CORDET Framework - C2 Implementation
CrFwInRepSample1.h
Go to the documentation of this file.
1 
27 #ifndef CRFW_INREP_SAMPLE1_H_
28 #define CRFW_INREP_SAMPLE1_H_
29 
30 /* Include configuration files */
31 #include "CrFwUserConstants.h"
32 /* Include framework components */
33 #include "CrFwConstants.h"
34 /* Include FW Profile components */
35 #include "FwSmCore.h"
36 
46 CrFwBool_t CrFwInRepSample1ValidityCheck(FwPrDesc_t prDesc);
47 
53 
63 void CrFwInRepSample1UpdateAction(FwPrDesc_t prDesc);
64 
70 
76 
83 
84 #endif /* CRFW_INREP_SAMPLE1_H_ */
unsigned char CrFwCounterU1_t
Type used for unsigned integers with a "short" range.
void CrFwInRepSample1UpdateAction(FwPrDesc_t prDesc)
Implementation of the Update Action Operation for the Sample 1 InReport.
CrFwBool_t CrFwInRepSample1ValidityCheck(FwPrDesc_t prDesc)
Implementation of the Validity Check Operation for the Sample 1 InReport.
void CrFwInRepSample1SetUpdateActionOutcome(CrFwOutcome_t outcome)
Set the value of the Update Action Outcome (see CrFwInRepSample1UpdateAction).
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
Definition: CrFwConstants.h:32
CrFwCounterU1_t CrFwInRepSample1GetUpdateActionCounter()
Get the value of the Update Action Counter (see CrFwInRepSample1UpdateAction).
unsigned char CrFwOutcome_t
Type used for the outcome of a check (see CrFwCmpData).
Header file to define all invariant publicly available constants and types for the CORDET Framework...
Header file to define all user-configurable constants and types for the CORDET Framework (the non-con...
void CrFwInRepSample1SetValidityFlag(CrFwBool_t flag)
Set the value of the Validity Flag (see CrFwInRepSample1ValidityCheck).
CrFwCounterU1_t CrFwInRepSample1GetType()
Get the value of the InReport's type as it is computed by the Validity Check (see CrFwInRepSample1Val...
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved