21 #ifndef CRFW_OUTSTREAMSTUB_H_ 22 #define CRFW_OUTSTREAMSTUB_H_ 29 #include "FwSmConstants.h" 30 #include "FwSmConfig.h" 32 #include "FwPrConfig.h" 34 #include "FwPrConstants.h" unsigned char CrFwCounterU1_t
Type used for unsigned integers with a "short" range.
void CrFwOutStreamStubInitAction(FwPrDesc_t prDesc)
Dummy implementation of a configuration action for an OutStream.
unsigned char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
CrFwCounterU1_t CrFwOutStreamStubGetHandoverCnt()
Return the value of the handover counter which is incremented by the packet handover function in CrFw...
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
CrFwCounterU1_t CrFwOutStreamStubGetShutdownCnt()
Return the value of the shutdown counter which is incremented by the packet shutdown function in CrFw...
Header file to define all invariant publicly available constants and types for the CORDET Framework...
void CrFwOutStreamStubConfigAction(FwPrDesc_t prDesc)
Dummy implementation of a configuration action for an OutStream.
CrFwBool_t CrFwOutStreamStubPcktHandover(CrFwPckt_t pckt)
Stub function implementing the hand-over operation for the OutStream.
void CrFwOutStreamStubSetActionFlag(CrFwBool_t flag)
Set the value of the action flag which determines the outcome of the initialization of configuration ...
void CrFwOutStreamStubShutdown(FwSmDesc_t smDesc)
Stub function implementing the shutdown operation for an OutStream.
void CrFwOutStreamStubDummyCheck(FwPrDesc_t prDesc)
Dummy implementation of an initialization or configuration check for an OutStream.
void CrFwOutStreamStubSetCheckFlag(CrFwBool_t flag)
Set the value of the check flag which determines the outcome of the dummy check of CrFwOutStreamStubD...
Header file to define all user-configurable constants and types for the CORDET Framework (the non-con...
void CrFwOutStreamStubSetHandoverFlag(CrFwBool_t flag)
Set the value of the handover flag which determines the outcome of the packet handover in CrFwOutStre...