CORDET Framework - C2 Implementation
cordetfw-examples/src/CrConfigDemoMaster/CrFwAppSmUserPar.h File Reference

Parameters for the Application State Machine (see CrFwAppSm.h) for the Master Application of the CORDET Demo. More...

Go to the source code of this file.

Macros

#define CR_FW_APPSM_STARTUP_ESM   NULL
 The pointer to the state machine embedded in state START-UP. More...
 
#define CR_FW_APPSM_NORMAL_ESM   NULL
 The pointer to the state machine embedded in state NORMAL. More...
 
#define CR_FW_APPSM_RESET_ESM   NULL
 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

Parameters for the Application State Machine (see CrFwAppSm.h) for the Master Application of the CORDET Demo.

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 cordetfw-examples/src/CrConfigDemoMaster/CrFwAppSmUserPar.h.

Macro Definition Documentation

#define CR_FW_APPSM_NORMAL_ESM   NULL

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 40 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwAppSmUserPar.h.

#define CR_FW_APPSM_RESET_ESM   NULL

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 51 of file cordetfw-examples/src/CrConfigDemoMaster/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 62 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwAppSmUserPar.h.

#define CR_FW_APPSM_STARTUP_ESM   NULL

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.

Definition at line 29 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwAppSmUserPar.h.

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