FW Profile - C1 Implementation
FwPrDCreate.h
Go to the documentation of this file.
1 
50 #ifndef FWPR_DCREATE_H_
51 #define FWPR_DCREATE_H_
52 
53 #include "FwPrConstants.h"
54 
87 
147 
167 void FwPrRelease(FwPrDesc_t prDesc);
168 
185 void FwPrReleaseDer(FwPrDesc_t prDesc);
186 
187 #endif /* FWSM_DCREATE_H_ */
FwPrCounterS1_t nOfGuards
the number of guards in the procedure
Definition: FwPrPrivate.h:264
FwPrCounterS1_t nOfActions
the number of actions in the procedure
Definition: FwPrPrivate.h:262
FwPrDesc_t FwPrCreate(FwPrCounterS1_t nOfANodes, FwPrCounterS1_t nOfDNodes, FwPrCounterS1_t nOfFlows, FwPrCounterS1_t nOfActions, FwPrCounterS1_t nOfGuards)
Create a new procedure descriptor.
Definition: FwPrDCreate.c:23
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. ...
Definition: FwPrDCreate.c:175
signed char FwPrCounterS1_t
Type used for signed counters with a "short" range.
Definition: FwPrConstants.h:78
Structure representing a procedure descriptor.
Definition: FwPrPrivate.h:254
void FwPrReleaseDer(FwPrDesc_t prDesc)
Release the memory allocated to a derived procedure descriptor.
Definition: FwPrDCreate.c:205
FwPrDesc_t FwPrCreateDer(FwPrDesc_t prDesc)
Create the descriptor of a derived procedure.
Definition: FwPrDCreate.c:132
P&P Software GmbH, Copyright 2011, All Rights Reserved