13 #ifndef COMMANDDISPATCHERIMPL_HPP_ 14 #define COMMANDDISPATCHERIMPL_HPP_ 18 #include <config/CommandDispatcherImplCfg.hpp> 89 void pingIn_handler(
FwIndexType portNum, U32 key)
override;
104 void CMD_NO_OP_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq)
override;
123 void CMD_TEST_CMD_1_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq, I32 arg1,
F32 arg2,
U8 arg3)
override;
133 void CMD_CLEAR_TRACKING_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq)
override;
156 struct DispatchEntry {
175 struct SequenceTracker {
185 U32 m_numCmdsDispatched;
187 U32 m_numCmdsDropped;
FwIdType FwOpcodeType
The type of a command opcode.
friend class CommandDispatcherTester
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
PlatformIndexType FwIndexType
Auto-generated base for CommandDispatcher component.
RateGroupDivider component implementation.
Command Dispatcher component class.