Class ModulesInfoA

Class Documentation

class ModulesInfoA

This class contains the information of the engine and all loaded modules.

Public Functions

ModulesInfoA()

Public Members

EngineInfo engine

The information of the engine.

int numOfModule

The number of modules that are loaded.

ModuleInfoA modules[constants::moduleLen]

An array containing the information of each loaded module. The first numOfModule indices of this array contain the module information.