CORDET Framework - C2 Implementation
|
Type for the data describing an InManager. More...
Data Fields | |
FwSmDesc_t * | pcrl |
Pending Command/Report List (PCRL) for the InManager. | |
CrFwCounterU2_t | nOfLoadedInCmp |
Number of successfully loaded InReports and InCommands | |
CrFwCounterU1_t | nOfInCmpInPcrl |
Number of InReports and InCommands currently in PCRL. | |
CrFwCounterU1_t | nextFreePcrlPos |
Next free position in the PCRL. More... | |
Type for the data describing an InManager.
Definition at line 448 of file CrFwConstants.h.
CrFwCounterU1_t nextFreePcrlPos |
Next free position in the PCRL.
This is the position at which the next InReport/InCommand loaded into the InManager will be inserted in the PCRL. If the PCRL is full, this field is equal to the PCRL size.
Definition at line 461 of file CrFwConstants.h.