module_rec Struct Reference

#include <hlbr.h>


Data Fields

char Name [MAX_NAME_LEN]
int ID
int DecoderID
char Active
module_recNext
int(* ParseArg )(char *Arg)
void(* ModuleFunc )(int PacketSlot)


Detailed Description

Definition at line 234 of file hlbr.h.


Field Documentation

char module_rec::Name[MAX_NAME_LEN]

Definition at line 235 of file hlbr.h.

int module_rec::ID

Definition at line 236 of file hlbr.h.

Referenced by DecoderAddModule().

int module_rec::DecoderID

Definition at line 237 of file hlbr.h.

Referenced by DecoderAddModule().

char module_rec::Active

Definition at line 238 of file hlbr.h.

Referenced by Decode().

struct module_rec* module_rec::Next [read]

Definition at line 240 of file hlbr.h.

Referenced by Decode(), and DecoderAddModule().

int(* module_rec::ParseArg)(char *Arg)

void(* module_rec::ModuleFunc)(int PacketSlot)

Referenced by Decode().


The documentation for this struct was generated from the following file:
Generated on Sat Jul 7 23:33:11 2007 for HLBR by  doxygen 1.5.2