Class ModuleInfoA

Class Documentation

class ModuleInfoA

This class contains the information of a module.

Public Functions

ModuleInfoA()

Public Members

unsigned char suspend

Flag indicating whether the module is in suspended state.

ModuleType::T type

The type of the module.

int id

The id number of the module. This number is unique to each type of module.

int slot

The slot number of the module. This number is assigned to each module in the order that they are loaded.

char fileName[constants::moduleFileNameLen]

The file name of the module.

char moduleName[constants::moduleNameLen]

The name of the module.

char moduleDesc[constants::moduleDescLen]

A description of the module.

int majorVersion

The major version number of the module.

int minorVersion

The minor version number of the module.

int revisionVersion

The revision version number of the module.

int fixVersion

The fix version number of module.

int memory

The amount of memory occupied by the module.