CORDET Framework - C2 Implementation
CrFwAux.h
Go to the documentation of this file.
1 
37 #ifndef CRFW_AUX_H_
38 #define CRFW_AUX_H_
39 
40 #include "CrFwConstants.h"
41 
43 typedef enum {
65 
76 
99 
122 
141 
160 
180 
200 
212 
224 
236 
237 
238 #endif /* CRFW_AUX_H_ */
CrFwBool_t CrFwAuxInStreamConfigCheck()
Check the configuration of the InStream component.
Definition: CrFwAux.c:127
CrFwBool_t CrFwAuxOutRegistryConfigCheck()
Check the configuration of the OutRegistry component.
Definition: CrFwAux.c:154
CrFwBool_t CrFwAuxOutStreamConfigCheck()
Check the configuration of the OutStream component.
Definition: CrFwAux.c:100
CrFwConfigCheckOutcome_t
Type for the outcome of the consistency check on the configuration parameters.
Definition: CrFwAux.h:43
@ crOutManagerConfigParInconsistent
OutManager configuration parameters are inconsistent (see CrFwAuxOutManagerConfigCheck....
Definition: CrFwAux.h:63
@ crConsistencyCheckSuccess
All configuration consistency checks have been passed
Definition: CrFwAux.h:45
@ crInRegistryConfigParInconsistent
InRegistry configuration parameters are inconsistent (see CrFwAuxInRegistryConfigCheck....
Definition: CrFwAux.h:59
@ crOutRegistryConfigParInconsistent
OutRegistry configuration parameters are inconsistent (see CrFwAuxOutRegistryConfigCheck....
Definition: CrFwAux.h:47
@ crOutStreamConfigParInconsistent
OutStream configuration parameters are inconsistent (see CrFwAuxOutStreamConfigCheck....
Definition: CrFwAux.h:55
@ crInStreamConfigParInconsistent
InStream configuration parameters are inconsistent (see CrFwAuxInStreamConfigCheck....
Definition: CrFwAux.h:57
@ crInFactoryInCmdConfigParInconsistent
InFactory configuration parameters for InCommands are inconsistent (see CrFwAuxInFactoryInCmdConfigCh...
Definition: CrFwAux.h:51
@ crOutFactoryConfigParInconsistent
OutFactory configuration parameters are inconsistent (see CrFwAuxOutFactoryConfigCheck....
Definition: CrFwAux.h:49
@ crInManagerConfigParInconsistent
InManager configuration parameters are inconsistent (see CrFwAuxInManagerConfigCheck....
Definition: CrFwAux.h:61
@ crInFactoryInRepConfigParInconsistent
InFactory configuration parameters for InReports are inconsistent (see CrFwAuxInFactoryInRepConfigChe...
Definition: CrFwAux.h:53
CrFwConfigCheckOutcome_t CrFwAuxConfigCheck()
Check the configuration of an application.
Definition: CrFwAux.c:67
CrFwBool_t CrFwAuxInFactoryInRepConfigCheck()
Check the configuration of the InReport part of the InFactory component.
Definition: CrFwAux.c:298
CrFwBool_t CrFwAuxInManagerConfigCheck()
Check the configuration of the InManager component.
Definition: CrFwAux.c:341
CrFwBool_t CrFwAuxOutManagerConfigCheck()
Check the configuration of the OutManager component.
Definition: CrFwAux.c:355
CrFwBool_t CrFwAuxOutFactoryConfigCheck()
Check the configuration of the OutFactory component.
Definition: CrFwAux.c:207
CrFwBool_t CrFwAuxInFactoryInCmdConfigCheck()
Check the configuration of the InCommand part of the InFactory component.
Definition: CrFwAux.c:263
CrFwBool_t CrFwAuxInRegistryConfigCheck()
Check the configuration of the InRegistry component.
Definition: CrFwAux.c:333
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").
Definition: CrFwConstants.h:32
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved