#include <hlbr.h>
Data Fields | |
| char | Name [MAX_NAME_LEN] | 
| int | ID | 
| int | DecoderID | 
| char | Active | 
| module_rec * | Next | 
| int(* | ParseArg )(char *Arg) | 
| void(* | ModuleFunc )(int PacketSlot) | 
Definition at line 234 of file hlbr.h.
| char module_rec::Name[MAX_NAME_LEN] | 
| int module_rec::ID | 
| char module_rec::Active | 
struct module_rec* module_rec::Next [read]           | 
        
| int(* module_rec::ParseArg)(char *Arg) | 
| void(* module_rec::ModuleFunc)(int PacketSlot) | 
Referenced by Decode().
 1.5.2