CORDET Framework - C2 Implementation
|
Type for the data describing an OutManager. More...
Data Fields | |
FwSmDesc_t * | pocl |
Pending OutComponent List (POCL) for the OutManager. More... | |
CrFwCounterU2_t | nOfLoadedOutCmp |
Number of successfully loaded OutComponents. | |
CrFwCounterU1_t | nOfOutCmpInPocl |
Number of OutComponents currently in POCL. | |
CrFwCounterU1_t | nextFreePoclPos |
Next free position in the POCL. More... | |
Type for the data describing an OutManager.
Definition at line 428 of file CrFwConstants.h.
CrFwCounterU1_t nextFreePoclPos |
Next free position in the POCL.
This is the position at which the next OutComponent loaded into the OutManager will be inserted in the POCL. If the POCL is full, this field is equal to the POCL size.
Definition at line 441 of file CrFwConstants.h.
FwSmDesc_t* pocl |
Pending OutComponent List (POCL) for the OutManager.
Definition at line 430 of file CrFwConstants.h.