27 #include "FwPrConstants.h"
28 #include "FwPrDCreate.h"
29 #include "FwPrConfig.h"
40 const FwPrCounterS1_t nOfANodes = 1;
41 const FwPrCounterS1_t nOfDNodes = 0;
42 const FwPrCounterS1_t nOfFlows = 2;
43 const FwPrCounterS1_t nOfActions = 1;
44 const FwPrCounterS1_t nOfGuards = 0;
45 const FwPrCounterS1_t N1 = 1;
49 execProc = FwPrCreate(nOfANodes, nOfDNodes, nOfFlows, nOfActions, nOfGuards);
53 FwPrAddFlowIniToAct(execProc, N1, NULL);
54 FwPrAddFlowActToFin(execProc, N1, NULL);
Definition of the Framework Component Data (FCD) Type.
Definition of the InReport Component of the framework.
static void CwFwInRepExecAction(FwPrDesc_t prDesc)
Function implementing the action of the single node in the Report Execution Procedure.
FwPrDesc_t CrFwInRepExecProcMake()
Create a new instance of the InReport Execution Procedure.
Execution Procedure for the InReport Component.
Definition of the utility functions for the CORDET Framework.
Type for the Framework Component Data (FCD).
void * cmpSpecificData
Derived data which are specific to each type of framework component.
Type for the data describing an InReport.
CrFwInRepUpdateAction_t updateAction
Function which implements the Update Action for the InReport.