CrFwBool_t CrFwAuxInStreamConfigCheck()
Check the configuration of the InStream component.
CrFwBool_t CrFwAuxOutRegistryConfigCheck()
Check the configuration of the OutRegistry component.
CrFwBool_t CrFwAuxOutStreamConfigCheck()
Check the configuration of the OutStream component.
CrFwConfigCheckOutcome_t
Type for the outcome of the consistency check on the configuration parameters.
@ crOutManagerConfigParInconsistent
OutManager configuration parameters are inconsistent (see CrFwAuxOutManagerConfigCheck....
@ crConsistencyCheckSuccess
All configuration consistency checks have been passed
@ crInRegistryConfigParInconsistent
InRegistry configuration parameters are inconsistent (see CrFwAuxInRegistryConfigCheck....
@ crOutRegistryConfigParInconsistent
OutRegistry configuration parameters are inconsistent (see CrFwAuxOutRegistryConfigCheck....
@ crOutStreamConfigParInconsistent
OutStream configuration parameters are inconsistent (see CrFwAuxOutStreamConfigCheck....
@ crInStreamConfigParInconsistent
InStream configuration parameters are inconsistent (see CrFwAuxInStreamConfigCheck....
@ crInFactoryInCmdConfigParInconsistent
InFactory configuration parameters for InCommands are inconsistent (see CrFwAuxInFactoryInCmdConfigCh...
@ crOutFactoryConfigParInconsistent
OutFactory configuration parameters are inconsistent (see CrFwAuxOutFactoryConfigCheck....
@ crInManagerConfigParInconsistent
InManager configuration parameters are inconsistent (see CrFwAuxInManagerConfigCheck....
@ crInFactoryInRepConfigParInconsistent
InFactory configuration parameters for InReports are inconsistent (see CrFwAuxInFactoryInRepConfigChe...
CrFwConfigCheckOutcome_t CrFwAuxConfigCheck()
Check the configuration of an application.
CrFwBool_t CrFwAuxInFactoryInRepConfigCheck()
Check the configuration of the InReport part of the InFactory component.
CrFwBool_t CrFwAuxInManagerConfigCheck()
Check the configuration of the InManager component.
CrFwBool_t CrFwAuxOutManagerConfigCheck()
Check the configuration of the OutManager component.
CrFwBool_t CrFwAuxOutFactoryConfigCheck()
Check the configuration of the OutFactory component.
CrFwBool_t CrFwAuxInFactoryInCmdConfigCheck()
Check the configuration of the InCommand part of the InFactory component.
CrFwBool_t CrFwAuxInRegistryConfigCheck()
Check the configuration of the InRegistry component.
Header file to define all invariant publicly available constants and types for the CORDET Framework.
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").