Class EngineStatus

Class Documentation

class EngineStatus

This class contains the current status of the engine.

Public Functions

EngineStatus()

Public Members

EngineState::T state

The current state of the engine.

unsigned int error

The error state of the engine.

int numOfInterrupts

The number of cyclic interrupts that are running.

InterruptData interrupts[constants::maxInterrupts]

The data for each interrupt.