23 : PingReceiverComponentBase(compName), m_inhibitPings(false), m_pingsRecvd(0) {}
31 void PingReceiverComponentImpl ::PingIn_handler(
const FwIndexType portNum, U32 key) {
33 this->tlmWrite_PR_NumPings(this->m_pingsRecvd++);
34 if (not this->m_inhibitPings) {
39 void PingReceiverComponentImpl::PR_StopPings_cmdHandler(
FwOpcodeType opCode,
42 this->m_inhibitPings =
true;
FwIdType FwOpcodeType
The type of a command opcode.
Command successfully executed.
PlatformIndexType FwIndexType
PingReceiverComponentImpl(const char *const compName)
~PingReceiverComponentImpl()