|
openETCS
case study for the European Train Control System developed for the authors dissertation
|
#include "Error/ExceptionTypes.h"#include "EVCStateMachine.h"#include <vector>#include "Configuration.h"#include <string>

Go to the source code of this file.
Classes | |
| class | oETCS::DF::CAnd |
| function block class for computing a boolean and More... | |
| class | oETCS::DF::CBoolGate |
| function block class for providing a boolean gate More... | |
| class | oETCS::DF::CBoolSwitch |
| function block class for providing a boolean switch More... | |
| class | oETCS::DF::CBrakingToTargetSpeed |
| function block class for controling a brake curve to a certain target speed More... | |
| class | oETCS::DF::CCeelingSpeedControl |
| function block class for controling the speed in respect to a ceeling speed value More... | |
| class | oETCS::DF::CComBlockIn |
| communication class for incomming messages in a data flow More... | |
| class | oETCS::DF::CComBlockOut |
| communication class for outgoing messages in a data flow More... | |
| class | oETCS::DF::CDivision |
| function block class for computing a double division More... | |
| class | oETCS::DF::CDMIInput |
| class for inputs from the driver via the DMI More... | |
| class | oETCS::DF::CDMIOutput |
| class for outputs to the driver via the DMI More... | |
| class | oETCS::DF::CDoubleArrayAccessor |
| function block class for accessing a element of a double array More... | |
| class | oETCS::DF::CDoubleEqual |
| function block class for computing a double equal More... | |
| class | oETCS::DF::CDoubleEqualOrGreater |
| function block class for computing a double equal or greater More... | |
| class | oETCS::DF::CDoubleGate |
| function block class for providing a double gate More... | |
| class | oETCS::DF::CDoubleGreater |
| function block class for computing a double greater More... | |
| class | oETCS::DF::CDoubleSwitch |
| function block class for providing a double switch More... | |
| class | oETCS::DF::CEnteredTrigger |
| function block class for a bolean output on an entered data flow event More... | |
| class | oETCS::DF::CIntEqual |
| function block class for computing an integer equal More... | |
| class | oETCS::DF::CIntGreater |
| function block class for computing an integer greater More... | |
| class | oETCS::DF::CMultiplication |
| function block class for computing a double multiplication More... | |
| class | oETCS::DF::CNot |
| function block class for computing a boolean negation More... | |
| class | oETCS::DF::COr |
| function block class for computing a boolean or More... | |
| class | oETCS::DF::CStringEqual |
| function block class for computing a string equal More... | |
| class | oETCS::DF::CStringGate |
| function block class for providing a string gate More... | |
| class | oETCS::DF::CStringSwitch |
| function block class for providing a string switch More... | |
| class | oETCS::DF::CSubstraction |
| function block class for computing a double substraction More... | |
| class | oETCS::DF::CSum |
| function block class for computing a double sum More... | |
| class | oETCS::DF::CXor |
| function block class for computing a boolean exclusive or More... | |
Namespaces | |
| namespace | oETCS |
| GOPPRR XML to syntax tree transformer. | |
| namespace | oETCS::DF |
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/.