28 #ifndef CRFW_OUTCMP_SAMPL1_H_
29 #define CRFW_OUTCMP_SAMPL1_H_
Header file to define all invariant publicly available constants and types for the CORDET Framework.
unsigned char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
CrFwBool_t CrFwOutCmpSample1ReadyCheck(FwSmDesc_t smDesc)
Implementation of the Ready Check Operation for the Sample 1 OutComponent.
void CrFwOutCmpSample1SetCounter(unsigned char cnt)
Set the value of Sample 1 Counter (see CrFwOutCmpSample1Serialize).
CrFwBool_t CrFwOutCmpSample1EnableCheck(FwSmDesc_t smDesc)
Implementation of the Enable Check Operation for the Sample 1 OutComponent.
void CrFwOutCmpSample1UpdateAction(FwSmDesc_t smDesc)
Implementation of the Update Operation for the Sample 1 OutComponent.
void CrFwOutCmpSample1SetReadyFlag(CrFwBool_t flag)
Set the value of Ready Flag (see CrFwOutCmpSample1ReadyCheck).
void CrFwOutCmpSample1Serialize(FwSmDesc_t smDesc)
Implementation of the Serialize Operation for the Sample 1 OutComponent.
CrFwBool_t CrFwOutCmpSample1RepeatCheck(FwSmDesc_t smDesc)
Implementation of the Repeat Check Operation for the Sample 1 OutComponent.
void CrFwOutCmpSample1SetRepeatFlag(CrFwBool_t flag)
Set the value of Repeat Flag (see CrFwOutCmpSample1RepeatCheck).
CrFwPckt_t CrFwOutCmpSample1GetPckt(FwSmDesc_t smDesc)
Return the packet associated to the Sample 1 OutComponent.
void CrFwOutCmpSample1SetEnableFlag(CrFwBool_t flag)
Set the value of Enable Flag (see CrFwOutCmpSample1EnableCheck).