nmsg 1.1.2
|
Nmsg payload operator and group aliasing. More...
Go to the source code of this file.
Enumerations | |
enum | nmsg_alias_e { nmsg_alias_operator , nmsg_alias_group } |
Alias type. More... | |
Functions | |
const char * | nmsg_alias_by_key (nmsg_alias_e ae, unsigned key) |
Look up an alias by key. | |
unsigned | nmsg_alias_by_value (nmsg_alias_e ae, const char *value) |
Look up an alias by name. | |
Nmsg payload operator and group aliasing.
Nmsg payloads have operator and group values associated with them. These values are numeric on the wire to permit extensible assignment but may be aliased to presentation forms.
Definition in file alias.h.
enum nmsg_alias_e |
const char * nmsg_alias_by_key | ( | nmsg_alias_e | ae, |
unsigned | key | ||
) |
Look up an alias by key.
ae | alias type |
key | numeric ID |
unsigned nmsg_alias_by_value | ( | nmsg_alias_e | ae, |
const char * | value | ||
) |
Look up an alias by name.
ae | alias type |
value | presentation form name |