CORDET Framework - C2 Implementation
CrFwOutCmpSample1.h
Go to the documentation of this file.
1 
28 #ifndef CRFW_OUTCMP_SAMPL1_H_
29 #define CRFW_OUTCMP_SAMPL1_H_
30 
31 /* Include framework components */
32 #include "CrFwConstants.h"
33 /* Include FW Profile components */
34 #include "FwSmCore.h"
35 
43 CrFwBool_t CrFwOutCmpSample1EnableCheck(FwSmDesc_t smDesc);
44 
52 CrFwBool_t CrFwOutCmpSample1ReadyCheck(FwSmDesc_t smDesc);
53 
61 CrFwBool_t CrFwOutCmpSample1RepeatCheck(FwSmDesc_t smDesc);
62 
71 void CrFwOutCmpSample1UpdateAction(FwSmDesc_t smDesc);
72 
84 void CrFwOutCmpSample1Serialize(FwSmDesc_t smDesc);
85 
94 CrFwPckt_t CrFwOutCmpSample1GetPckt(FwSmDesc_t smDesc);
95 
101 
107 
113 
118 void CrFwOutCmpSample1SetCounter(unsigned char cnt);
119 
120 #endif /* CRFW_OUTCMP_SAMPL1_H_ */
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.
CrFwBool_t CrFwOutCmpSample1RepeatCheck(FwSmDesc_t smDesc)
Implementation of the Repeat Check Operation for the Sample 1 OutComponent.
unsigned char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
Definition: CrFwConstants.h:38
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
Definition: CrFwConstants.h:32
void CrFwOutCmpSample1SetReadyFlag(CrFwBool_t flag)
Set the value of Ready Flag (see CrFwOutCmpSample1ReadyCheck).
void CrFwOutCmpSample1SetEnableFlag(CrFwBool_t flag)
Set the value of Enable Flag (see CrFwOutCmpSample1EnableCheck).
void CrFwOutCmpSample1Serialize(FwSmDesc_t smDesc)
Implementation of the Serialize Operation for the Sample 1 OutComponent.
Header file to define all invariant publicly available constants and types for the CORDET Framework...
void CrFwOutCmpSample1SetCounter(unsigned char cnt)
Set the value of Sample 1 Counter (see CrFwOutCmpSample1Serialize).
void CrFwOutCmpSample1UpdateAction(FwSmDesc_t smDesc)
Implementation of the Update Operation for the Sample 1 OutComponent.
CrFwBool_t CrFwOutCmpSample1EnableCheck(FwSmDesc_t smDesc)
Implementation of the Enable Check Operation for the Sample 1 OutComponent.
CrFwBool_t CrFwOutCmpSample1ReadyCheck(FwSmDesc_t smDesc)
Implementation of the Ready Check Operation for the Sample 1 OutComponent.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved