24 #include "FwPrConstants.h"
25 #include "FwPrDCreate.h"
26 #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 = 1;
45 const FwPrCounterS1_t N1 = 1;
51 dummyExecPrDesc = FwPrCreate(nOfANodes, nOfDNodes, nOfFlows, nOfActions, nOfGuards);
Definition of Base Component.
#define CRFW_UNUSED(x)
A macro that can be used to specify that a function parameter is not used.
FwPrDesc_t CrFwBaseCmpGetDummyExecProc()
Retrieve the singleton instance of the Dummy CEP.
void CwFwBaseCmpDummyExecAction(FwPrDesc_t prDesc)
Dummy action executed in the single node of the Dummy Execution Procedure.
static FwPrDesc_t dummyExecPrDesc
The singleton instance of the CIP.
Component Initialization Procedure (CIP) for the Base Component.
FwPrBool_t CrFwWaitOnePrCycle(FwPrDesc_t prDesc)
Convenience function which returns true when a procedure has spent more than one cycle in the current...
Definition of the utility functions for the CORDET Framework.