Main Page | Modules | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

ModeInfo_t Struct Reference
[The Mode Supervisor]

#include <ModeSupervisorStructs.hh>

List of all members.


Detailed Description

Blackboard entry format for mode descriptions.

This structure encodes the contents of description entries in the blackboard for individual modes in the supervisor's list.


Public Attributes

int id
int numOfParams
unsigned long structID
char name [MAX_MODE_NAMELEN]


Member Data Documentation

int ModeInfo_t::id
 

Identifier handle for the mode

char ModeInfo_t::name[ MAX_MODE_NAMELEN ]
 

Name of the mode

int ModeInfo_t::numOfParams
 

Number of parameters for the mode

unsigned long ModeInfo_t::structID
 

Identifier hash for consistency checks


RHexLib Reference Documentation