openETCS
case study for the European Train Control System developed for the authors dissertation
|
function block class for controling the speed in respect to a ceeling speed value More...
#include <FunctionBlocks.h>
Public Member Functions | |
virtual void | Calculate () throw (::oETCS::DF::Error::CException) |
method for computing all outputs | |
CCeelingSpeedControl (oETCS::DF::CEVCStateMachine *const pStateMachine) throw () | |
default/general constructor | |
virtual | ~CCeelingSpeedControl () throw () |
destructor |
Public Attributes | |
oETCS::DF::DOUBLE_INPUT_T | m_dAdhesionFactor |
storage of the adhesion factor | |
oETCS::DF::DOUBLE_INPUT_T | m_dCurrentAbsoluteDistance |
storage of the current absolute distance | |
oETCS::DF::DOUBLE_INPUT_T | m_dCurrentVelocity |
storage of the current absolute distance | |
oETCS::DF::DOUBLE_INPUT_T | m_dPermittedVelocity |
storage of the permitted velocity | |
::std::vector < oETCS::DF::BOOL_OUTPUT_T > | m_EmergencyBrakeApplied |
pointers storage of the flag for applied emegerncy brake | |
::std::vector < oETCS::DF::BOOL_OUTPUT_T > | m_EmergencyBrakeValue |
pointers to storage of emergency brake value | |
oETCS::DF::DOUBLE_ARRAY_INPUT_T | m_GradientDistances |
storage of the gradient distances | |
oETCS::DF::DOUBLE_ARRAY_INPUT_T | m_GradientValues |
storage of gradient values | |
oETCS::DF::CEVCStateMachine *const | m_pStateMachine |
pointer to the all contenting EVC state machine | |
::std::vector < oETCS::DF::BOOL_OUTPUT_T > | m_ServiceBrakeApplied |
pointers to storage of the flag for applied service brake | |
::std::vector < oETCS::DF::DOUBLE_OUTPUT_T > | m_ServiceBrakeValue |
pointers to storage of service brake value | |
::std::vector < oETCS::DF::BOOL_OUTPUT_T > | m_SpeedWarning |
pointers to storage of the speed warning |
function block class for controling the speed in respect to a ceeling speed value
Definition at line 1237 of file FunctionBlocks.h.
oETCS::DF::CCeelingSpeedControl::CCeelingSpeedControl | ( | oETCS::DF::CEVCStateMachine *const | pStateMachine | ) | throw () |
default/general constructor
[in] | pStateMachine | pointer to the parent EVC state machine object |
Definition at line 1161 of file FunctionBlocks.cpp.
|
virtual |
destructor
Definition at line 1179 of file FunctionBlocks.cpp.
|
virtual |
method for computing all outputs
Implements oETCS::DF::CFunctionBlock.
Definition at line 1190 of file FunctionBlocks.cpp.
References m_dAdhesionFactor, m_dCurrentVelocity, m_dPermittedVelocity, m_EmergencyBrakeApplied, m_EmergencyBrakeValue, m_ServiceBrakeApplied, m_ServiceBrakeValue, and m_SpeedWarning.
Referenced by oETCS::UT::CFunctionBlock::TestCeelingSpeedControl().
oETCS::DF::DOUBLE_INPUT_T oETCS::DF::CCeelingSpeedControl::m_dAdhesionFactor |
storage of the adhesion factor
Definition at line 1301 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::TestCeelingSpeedControl().
oETCS::DF::DOUBLE_INPUT_T oETCS::DF::CCeelingSpeedControl::m_dCurrentAbsoluteDistance |
storage of the current absolute distance
Definition at line 1280 of file FunctionBlocks.h.
Referenced by oETCS::UT::CFunctionBlock::TestCeelingSpeedControl().
oETCS::DF::DOUBLE_INPUT_T oETCS::DF::CCeelingSpeedControl::m_dCurrentVelocity |
storage of the current absolute distance
Definition at line 1287 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::TestCeelingSpeedControl().
oETCS::DF::DOUBLE_INPUT_T oETCS::DF::CCeelingSpeedControl::m_dPermittedVelocity |
storage of the permitted velocity
Definition at line 1294 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::TestCeelingSpeedControl().
::std::vector< oETCS::DF::BOOL_OUTPUT_T > oETCS::DF::CCeelingSpeedControl::m_EmergencyBrakeApplied |
pointers storage of the flag for applied emegerncy brake
Definition at line 1322 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::setUp().
::std::vector< oETCS::DF::BOOL_OUTPUT_T > oETCS::DF::CCeelingSpeedControl::m_EmergencyBrakeValue |
pointers to storage of emergency brake value
Definition at line 1329 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::setUp().
oETCS::DF::DOUBLE_ARRAY_INPUT_T oETCS::DF::CCeelingSpeedControl::m_GradientDistances |
storage of the gradient distances
Definition at line 1266 of file FunctionBlocks.h.
oETCS::DF::DOUBLE_ARRAY_INPUT_T oETCS::DF::CCeelingSpeedControl::m_GradientValues |
storage of gradient values
Definition at line 1273 of file FunctionBlocks.h.
|
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::CCeelingSpeedControl::m_ServiceBrakeApplied |
pointers to storage of the flag for applied service brake
Definition at line 1315 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::setUp().
::std::vector< oETCS::DF::DOUBLE_OUTPUT_T > oETCS::DF::CCeelingSpeedControl::m_ServiceBrakeValue |
pointers to storage of service brake value
Definition at line 1336 of file FunctionBlocks.h.
Referenced by Calculate(), and oETCS::UT::CFunctionBlock::setUp().
::std::vector< oETCS::DF::BOOL_OUTPUT_T > oETCS::DF::CCeelingSpeedControl::m_SpeedWarning |
pointers to storage of the speed warning
Definition at line 1308 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/.