70 #ifndef CRFW_OUT_LOADER_H_ 71 #define CRFW_OUT_LOADER_H_ 73 #include "FwSmConstants.h" 74 #include "FwPrConstants.h" void(* CrFwOutManagerActivate_t)(FwSmDesc_t outManager)
Type for a pointer to a function implementing the OutManager Activation Operation.
CrFwBool_t CrFwOutLoaderLoad(FwSmDesc_t outCmp)
Load an OutComponent into its OutManager.
static FwSmDesc_t outCmp[CR_FW_OUTFACTORY_MAX_NOF_OUTCMP]
The pre-allocated OutComponent instances.
FwSmDesc_t CrFwOutLoaderMake()
Factory function to retrieve the OutLoader State Machine instance.
FwSmDesc_t(* CrFwOutManagerSelect_t)(FwSmDesc_t outCmp)
Type for a pointer to a function implementing the OutManager Selection Operation. ...
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
Header file to define all invariant publicly available constants and types for the CORDET Framework...
FwSmDesc_t CrFwOutLoaderDefOutManagerSelect(FwSmDesc_t outCmp)
Default implementation of the OutManager Selection Operation.
Definition and management of packet queues.
void CrFwOutLoadDefOutManagerActivate(FwSmDesc_t outManager)
Default implementation of the OutManager Activation Operation.