CORDET Framework - C2 Implementation
CrFwAppSmUserPar.h File Reference

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...
 

Detailed Description

User-modifiable parameters for the Application State Machine (see CrFwAppSm.h).

Author
Vaclav Cechticky vacla.nosp@m.v.ce.nosp@m.chtic.nosp@m.ky@p.nosp@m.np-so.nosp@m.ftwa.nosp@m.re.co.nosp@m.m
Alessandro Pasetti paset.nosp@m.ti@p.nosp@m.np-so.nosp@m.ftwa.nosp@m.re.co.nosp@m.m

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 CrFwAppSmUserPar.h.

Macro Definition Documentation

◆ CR_FW_APPSM_NORMAL_ESM

#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.

Adaptation Point:
AST-05: State Machine Embedded in state NORMAL of Application State Machine

Definition at line 48 of file CrFwAppSmUserPar.h.

◆ CR_FW_APPSM_RESET_ESM

#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.

Adaptation Point:
AST-06: State Machine Embedded in state RESET of Application State Machine

Definition at line 61 of file CrFwAppSmUserPar.h.

◆ CR_FW_APPSM_SHUTDOWN_ESM

#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.

Adaptation Point:
AST-07: State Machine Embedded in state SHUTDOWN of Application State Machine

Definition at line 74 of file CrFwAppSmUserPar.h.

◆ CR_FW_APPSM_STARTUP_ESM

#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.

Adaptation Point:
AST-04: State Machine Embedded in state START_UP of Application State Machine

Definition at line 35 of file CrFwAppSmUserPar.h.

P&P Software GmbH, Copyright 2012-2013, All Rights Reserved