|
openETCS
case study for the European Train Control System developed for the authors dissertation
|
#include <iostream>#include <vector>#include "Error/ExceptionTypes.h"#include <string>#include <QBitArray>#include "oETCS/DF/BaliseDeviceInInterface.h"#include <mutex>#include <QObject>#include "oETCS/DF/BaliseDeviceOutInterface.h"#include "EVCStateMachine.h"#include "oETCS/DF/EmergencyBrakeInterface.h"#include "oETCS/DF/OdometerInterface.h"#include "oETCS/DF/ServiceBrakeInterface.h"
Go to the source code of this file.
Classes | |
| class | oETCS::DF::CBaliseDeviceIn |
| base class for all balise devices for incomming messages More... | |
| class | oETCS::DF::CBaliseDeviceOut |
| base class for all balise devices for outgoing messages More... | |
| class | oETCS::DF::CEmergencyBrake |
| super class for ememgerncy brake implementations More... | |
| class | oETCS::DF::COdometer |
| super class for odometer implementations More... | |
| class | oETCS::DF::CServiceBrake |
| super class for service brake implementations 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/.