OpenMAMA
symbolmap.h File Reference
#include <mama/types.h>

Go to the source code of this file.

Typedefs

typedef int(MAMACALLTYPE * mamaSymbolMapFunc) (void *closure, char *result, const char *symbol, size_t maxLen)
 Prototype for symbol-mapping function. More...
 

Typedef Documentation

typedef int(MAMACALLTYPE * mamaSymbolMapFunc) (void *closure, char *result, const char *symbol, size_t maxLen)

Prototype for symbol-mapping function.

Parameters
closureCaller supplied closure.
resultThe resulting symbol after mapping.
symbolThe symbol to be mapped.
maxLenThe maximum length of the mapped symbol (i.e., "result"), including trailing NULL.
Returns
Whether a mapping for the symbol was found.


© 2012 Linux Foundation