CORDET Framework - C2 Implementation
|
Implementation of Auxiliary Module. More...
Go to the source code of this file.
Functions | |
CrFwConfigCheckOutcome_t | CrFwAuxConfigCheck () |
Check the configuration of an application. More... | |
CrFwBool_t | CrFwAuxOutRegistryConfigCheck () |
Check the configuration of the OutRegistry component. More... | |
CrFwBool_t | CrFwAuxOutFactoryConfigCheck () |
Check the configuration of the OutFactory component. More... | |
CrFwBool_t | CrFwAuxInFactoryInCmdConfigCheck () |
Check the configuration of the InCommand part of the InFactory component. More... | |
CrFwBool_t | CrFwAuxInFactoryInRepConfigCheck () |
Check the configuration of the InReport part of the InFactory component. More... | |
Implementation of Auxiliary Module.
This file is part of the CORDET Framework.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
For information on alternative licensing, please contact P&P Software GmbH.
Definition in file CrFwAux.c.
CrFwConfigCheckOutcome_t CrFwAuxConfigCheck | ( | ) |
Check the configuration of an application.
This function calls all the configuration check functions and verifies that they all return true (to signify: "no configuration error detected"). The function returns false as soon as it encounters a configuration check function which returns false.
CrFwConfigCheckOutcome_t
indicating which configuration check has failed. CrFwBool_t CrFwAuxInFactoryInCmdConfigCheck | ( | ) |
Check the configuration of the InCommand part of the InFactory component.
The following checks are performed on the configuration data in CrFwInFactoryUserPar.h
:
CR_FW_INCMD_INIT_KIND_DESC
)CR_FW_INCMD_INIT_KIND_DESC
)CR_FW_INCMD_INIT_KIND_DESC
)CR_FW_MAX_SERV_TYPE
, CR_FW_MAX_SERV_SUBTYPE
and CR_FW_MAX_DISCRIMINANT
.CrFwBool_t CrFwAuxInFactoryInRepConfigCheck | ( | ) |
Check the configuration of the InReport part of the InFactory component.
The following checks are performed on the configuration data in CrFwInFactoryUserPar.h
:
CR_FW_INREP_INIT_KIND_DESC
)CR_FW_INREP_INIT_KIND_DESC
)CR_FW_INREP_INIT_KIND_DESC
)CR_FW_MAX_SERV_TYPE
, CR_FW_MAX_SERV_SUBTYPE
and CR_FW_MAX_DISCRIMINANT
.CrFwBool_t CrFwAuxOutFactoryConfigCheck | ( | ) |
Check the configuration of the OutFactory component.
The following checks are performed on the configuration data in CrFwOutFactoryUserPar.h
:
CR_FW_OUTCMP_INIT_KIND_DESC
)CR_FW_OUTCMP_INIT_KIND_DESC
)CR_FW_OUTCMP_INIT_KIND_DESC
)CR_FW_OUTCMP_INIT_KIND_DESC
initializer are consistent with service type, sub-types and discriminant values defined in the CR_FW_OUTREGISTRY_INIT_SERV_DESC
.CR_FW_OUTCMP_INIT_KIND_DESC
are greater than zero.CrFwBool_t CrFwAuxOutRegistryConfigCheck | ( | ) |
Check the configuration of the OutRegistry component.
The following checks are performed on the configuration data in CrFwOutRegistryUserPar.h
:
CR_FW_OUTREGISTRY_INIT_SERV_DESC
)CR_FW_OUTREGISTRY_INIT_SERV_DESC
)CR_FW_OUTREGISTRY_INIT_SERV_DESC
initializer are consistent with service type, sub-types and discriminant values defined in the CR_FW_OUTCMP_INIT_KIND_DESC
.CR_FW_OUTREGISTRY_INIT_SERV_DESC
is smaller than or equal to the upper bound.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |