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);
static FwPrDesc_t dummyExecPrDesc
The singleton instance of the CIP.
#define CRFW_UNUSED(x)
A macro that can be used to specify that a function parameter is not used.
Definition of the utility functions for the CORDET Framework.
FwPrDesc_t CrFwBaseCmpGetDummyExecProc()
Retrieve the singleton instance of the Dummy CEP.
Definition of Base Component.
Component Initialization Procedure (CIP) for the Base Component.
void CwFwBaseCmpDummyExecAction(FwPrDesc_t prDesc)
Dummy action executed in the single node of the Dummy Execution Procedure.
FwPrBool_t CrFwWaitOnePrCycle(FwPrDesc_t prDesc)
Convenience function which returns true when a procedure has spent more than one cycle in the current...