CORDET Framework - C2 Implementation
|
User-modifiable parameters for the Application State Machine (see CrFwAppSm.h
).
More...
Go to the source code of this file.
Macros | |
#define | CR_FW_APPSM_STARTUP_ESM CrFwAppSmTestCasesGetStartUpEsm() |
The pointer to the state machine embedded in state START-UP. More... | |
#define | CR_FW_APPSM_NORMAL_ESM CrFwAppSmTestCasesGetNormalEsm() |
The pointer to the state machine embedded in state NORMAL. More... | |
#define | CR_FW_APPSM_RESET_ESM CrFwAppSmTestCasesGetResetEsm() |
The pointer to the state machine embedded in state RESET. More... | |
#define | CR_FW_APPSM_SHUTDOWN_ESM NULL |
The pointer to the state machine embedded in state SHUTDOWN. More... | |
User-modifiable parameters for the Application State Machine (see CrFwAppSm.h
).
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 cordetfw/tests/config/CrFwAppSmUserPar.h.
#define CR_FW_APPSM_NORMAL_ESM CrFwAppSmTestCasesGetNormalEsm() |
The pointer to the state machine embedded in state NORMAL.
The value of this constant must be either NULL (if no state machine is embedded in NORMAL) or a pointer of type FwSmDesc_t
. The default value for this adaptation point is NULL.
The value of the adaptation point defined in this file is the one used for the test cases of CrFwAppSmTestCases.h
.
Definition at line 44 of file cordetfw/tests/config/CrFwAppSmUserPar.h.
#define CR_FW_APPSM_RESET_ESM CrFwAppSmTestCasesGetResetEsm() |
The pointer to the state machine embedded in state RESET.
The value of this constant must be either NULL (if no state machine is embedded in RESET) or a pointer of type FwSmDesc_t
. The default value for this adaptation point is NULL.
The value of the adaptation point defined in this file is the one used for the test cases of CrFwAppSmTestCases.h
.
Definition at line 55 of file cordetfw/tests/config/CrFwAppSmUserPar.h.
#define CR_FW_APPSM_SHUTDOWN_ESM NULL |
The pointer to the state machine embedded in state SHUTDOWN.
The value of this constant must be either NULL (if no state machine is embedded in SHUTDOWN) or a pointer of type FwSmDesc_t
. The default value for this adaptation point is NULL.
The value of the adaptation point defined in this file is the one used for the test cases of CrFwAppSmTestCases.h
.
Definition at line 66 of file cordetfw/tests/config/CrFwAppSmUserPar.h.
#define CR_FW_APPSM_STARTUP_ESM CrFwAppSmTestCasesGetStartUpEsm() |
The pointer to the state machine embedded in state START-UP.
The value of this constant must be either NULL (if no state machine is embedded in START-UP) or a pointer of type FwSmDesc_t
. The default value for this adaptation point is NULL.
The value of the adaptation point defined in this file is the one used for the test cases of CrFwAppSmTestCases.h
.
Definition at line 33 of file cordetfw/tests/config/CrFwAppSmUserPar.h.