openETCS
case study for the European Train Control System developed for the authors dissertation
|
communication class for outgoing messages in a data flow More...
#include <FunctionBlocks.h>
Public Member Functions | |
virtual void | Calculate () throw (::oETCS::DF::Error::CException) |
pure virtual method for computing all outputs | |
CComBlockOut (oETCS::DF::CEVCStateMachine *const pStateMachine, const ::std::vector< oETCS::DF::CBaliseDeviceOut * > &OutDevices) throw () | |
general constructor | |
virtual | ~CComBlockOut () throw () |
destructor |
Public Attributes | |
oETCS::DF::BOOL_INPUT_T | m_bSendTelegram |
storage of the flag for sending a telegram | |
oETCS::DF::CEVCStateMachine *const | m_pStateMachine |
pointer to the all contenting EVC state machine |
Private Attributes | |
const ::std::vector < oETCS::DF::CBaliseDeviceOut * > | m_OutDevices |
vector with pointers to all communication out devices in this com block |
communication class for outgoing messages in a data flow
Definition at line 1581 of file FunctionBlocks.h.
|
explicit |
general constructor
[in] | pStateMachine | pointer to the parent EVC state machine object |
[in] | OutDevices | vector with pointers to all out devices (takes over posession) |
Definition at line 1558 of file FunctionBlocks.cpp.
|
virtual |
|
virtual |
pure virtual method for computing all outputs
Implements oETCS::DF::CFunctionBlock.
Definition at line 1593 of file FunctionBlocks.cpp.
References m_bSendTelegram, and m_OutDevices.
oETCS::DF::BOOL_INPUT_T oETCS::DF::CComBlockOut::m_bSendTelegram |
storage of the flag for sending a telegram
Definition at line 1613 of file FunctionBlocks.h.
Referenced by Calculate().
|
private |
vector with pointers to all communication out devices in this com block
Definition at line 1622 of file FunctionBlocks.h.
Referenced by Calculate(), and ~CComBlockOut().
|
inherited |
pointer to the all contenting EVC state machine
Definition at line 894 of file EVCStateMachine.h.
Referenced by oETCS::DF::CCondition::Calculate(), and oETCS::DF::CDMIOutput::Calculate().
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/.