97 void PingReturn_handler(
const FwIndexType portNum, U32 key);
105 void Run_handler(
const FwIndexType portNum, U32 context);
Auto-generated base for Health component.
FwIdType FwOpcodeType
The type of a command opcode.
PlatformSizeType FwSizeType
FwSizeType fatalCycles
number of cycles before FATAL
void init()
Object initializer.
virtual void doOtherChecks()
additional checks function
~HealthImpl()
Component destructor.
void setPingEntries(PingEntry *pingEntries, FwIndexType numPingEntries, U32 watchDogCode)
Set ping entry tables.
Fw::String entryName
the name of the entry
Enabled and disabled states.
HealthImpl(const char *const compName)
HealthImpl constructor.
PlatformIndexType FwIndexType
FwSizeType warnCycles
number of cycles before WARNING
RateGroupDivider component implementation.
Health component implementation class.
friend class HealthTester