50 #ifndef FWPR_DCREATE_H_ 51 #define FWPR_DCREATE_H_ FwPrCounterS1_t nOfGuards
the number of guards in the procedure
FwPrCounterS1_t nOfActions
the number of actions in the procedure
FwPrDesc_t FwPrCreate(FwPrCounterS1_t nOfANodes, FwPrCounterS1_t nOfDNodes, FwPrCounterS1_t nOfFlows, FwPrCounterS1_t nOfActions, FwPrCounterS1_t nOfGuards)
Create a new procedure descriptor.
Header file to define all constants and types for the procedure module of the FW Profile.
void FwPrRelease(FwPrDesc_t prDesc)
Release the memory which was allocated when the procedure descriptor was created. ...
signed char FwPrCounterS1_t
Type used for signed counters with a "short" range.
Structure representing a procedure descriptor.
void FwPrReleaseDer(FwPrDesc_t prDesc)
Release the memory allocated to a derived procedure descriptor.
FwPrDesc_t FwPrCreateDer(FwPrDesc_t prDesc)
Create the descriptor of a derived procedure.