#include <TestOrd.hpp>
Public Types |
enum | Command {
KeepUnchanged = 0,
On = 1,
Off = 2,
Toggle = 3,
COMMAND_MASK = 3
} |
enum | SignalLoggerSpecification { InputSignals = 1,
OutputSignals = 2,
InputOutputSignals = 3,
LOG_MASK = 3
} |
enum | TraceSpecification {
TraceALL = 0,
TraceAPI = 1,
TraceGlobalCheckpoint = 2,
TraceLocalCheckpoint = 4,
TraceDisconnect = 8,
TRACE_MASK = 15
} |
Friends |
class | Ndb |
class | Cmvmi |
class | MgmtSrvr |
Detailed Description
Send by API to preform TEST ON / TEST OFF
SENDER: API RECIVER: SimBlockCMCtrBlck
Definition at line 30 of file TestOrd.hpp.
Friends And Related Function Documentation
The documentation for this class was generated from the following file: