14 #ifndef COMMANDDISPATCHERIMPL_HPP_ 15 #define COMMANDDISPATCHERIMPL_HPP_ 91 void CMD_NO_OP_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq);
110 void CMD_TEST_CMD_1_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq, I32 arg1,
F32 arg2,
U8 arg3);
120 void CMD_CLEAR_TRACKING_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq);
133 struct DispatchEntry {
152 struct SequenceTracker {
162 U32 m_numCmdsDispatched;
PlatformIntType NATIVE_INT_TYPE
Enum representing a command response.
float F32
32-bit floating point
virtual ~CommandDispatcherImpl()
Component destructor.
CommandDispatcherImpl(const char *name)
Command Dispatcher constructor.
uint8_t U8
8-bit unsigned integer
Auto-generated base for CommandDispatcher component.
Command Dispatcher component class.