openETCS
case study for the European Train Control System developed for the authors dissertation
|
function block class for computing a boolean or More...
#include <FunctionBlocks.h>
Public Member Functions | |
virtual void | Calculate () throw (::oETCS::DF::Error::CException) |
method for computing all outputs | |
COr (oETCS::DF::CEVCStateMachine *const pStateMachine) throw () | |
general/default constructor | |
virtual | ~COr () throw () |
destructor |
Public Attributes | |
oETCS::DF::BOOL_INPUT_T | m_bInput1 |
storage for the first input | |
oETCS::DF::BOOL_INPUT_T | m_bInput2 |
storage for the second input | |
oETCS::DF::CEVCStateMachine *const | m_pStateMachine |
pointer to the all contenting EVC state machine | |
::std::vector < oETCS::DF::BOOL_OUTPUT_T > | m_Result |
pointers to storage of boolean result of calculation |
function block class for computing a boolean or
Definition at line 108 of file FunctionBlocks.h.
|
explicit |
general/default constructor
[in] | pStateMachine | pointer to the parent EVC state machine object |
Definition at line 87 of file FunctionBlocks.cpp.
|
virtual |
destructor
Definition at line 101 of file FunctionBlocks.cpp.
|
virtual |
method for computing all outputs
Implements oETCS::DF::CFunctionBlock.
Definition at line 112 of file FunctionBlocks.cpp.
References m_bInput1, m_bInput2, and m_Result.
Referenced by oETCS::UT::CFunctionBlock::TestOr().
oETCS::DF::BOOL_INPUT_T oETCS::DF::COr::m_bInput1 |
storage for the first input
Definition at line 137 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::TestOr().
oETCS::DF::BOOL_INPUT_T oETCS::DF::COr::m_bInput2 |
storage for the second input
Definition at line 144 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::TestOr().
|
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().
::std::vector< oETCS::DF::BOOL_OUTPUT_T > oETCS::DF::COr::m_Result |
pointers to storage of boolean result of calculation
Definition at line 151 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::setUp().
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/.