|
openETCS
case study for the European Train Control System developed for the authors dissertation
|
flow class for the meta model bit type More...
#include <EVCStateMachine.h>


Public Member Functions | |
| CBitFlow (oETCS::DF::CStorage *const pInput, oETCS::DF::CEVCStateMachine *const pStateMachine) throw () | |
| general constructor | |
| oETCS::DF::CStorage * | operator-> () throw () |
| pointer access operator for connected input storage | |
| void | operator= (const oETCS::DF::CStorage &Value) throw () |
| assignment operator | |
Protected Attributes | |
| oETCS::DF::CEVCStateMachine *const | m_pStateMachine |
| pointer to the all contenting EVC state machine | |
Private Attributes | |
| oETCS::DF::CStorage *const | m_pInput |
| pointer to CStorage instance as bit input | |
flow class for the meta model bit type
Builds the connection/flow between to CStrorage objects
Definition at line 1165 of file EVCStateMachine.h.
|
explicit |
general constructor
| [in] | pInput | pointer to the related CStorage object |
| [in] | pStateMachine | pointer to the parent state machine |
Definition at line 1383 of file EVCStateMachine.cpp.
| oETCS::DF::CStorage * oETCS::DF::CBitFlow::operator-> | ( | ) | throw () |
pointer access operator for connected input storage
Definition at line 1449 of file EVCStateMachine.cpp.
| void oETCS::DF::CBitFlow::operator= | ( | const oETCS::DF::CStorage & | Value | ) | throw () |
assignment operator
| [in] | Value | concrete value of this bit data flow |
Definition at line 1396 of file EVCStateMachine.cpp.
References oETCS::DF::BOOL, oETCS::DF::DOUBLE, oETCS::DF::DOUBLE_ARRAY, oETCS::DF::INT, and oETCS::DF::STRING.
|
private |
pointer to CStorage instance as bit input
Definition at line 1201 of file EVCStateMachine.h.
|
protectedinherited |
pointer to the all contenting EVC state machine
Definition at line 1065 of file EVCStateMachine.h.
Copyright (C) 2010-2012 Johannes Feuser (feuser@uni-bremen.de)
The openETCS library is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or any later version.
The openETCS library is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with the openETCS library. If not, see
"http://www.gnu.org/licenses/.