#include <register.h>
Public Member Functions | |
ReadonlyMsgInfo (const char *n, const char *t, void **p) | |
Data Fields | |
const char * | name |
const char * | type |
void ** | pMsg |
Readonly messages were once the only way to get a truly variable-sized readonly, but now that readonlies are pup'd they are almost totally useless.
Definition at line 280 of file register.h.
ReadonlyMsgInfo::ReadonlyMsgInfo | ( | const char * | n, | |
const char * | t, | |||
void ** | p | |||
) | [inline] |
Definition at line 284 of file register.h.
const char* ReadonlyMsgInfo::name |
Definition at line 282 of file register.h.
const char * ReadonlyMsgInfo::type |
Definition at line 282 of file register.h.
void** ReadonlyMsgInfo::pMsg |