openETCS
case study for the European Train Control System developed for the authors dissertation
|
#include <QtCore>
#include <QtDBus>
#include <thread>
#include "Simulation.h"
#include "oETCS/DF/OdometerAdaptor.h"
#include "oETCS/DF/EmergencyBrakeAdaptor.h"
#include "oETCS/DF/ServiceBrakeAdaptor.h"
#include "oETCS/DF/BaliseDeviceInAdaptor.h"
#include "oETCS/DF/BaliseDeviceOutAdaptor.h"
Go to the source code of this file.
Functions | |
void | InputThread (QCoreApplication *pApplication) |
int | main (int argc, char *argv[]) |
void InputThread | ( | QCoreApplication * | pApplication | ) |
Definition at line 34 of file DF/PS/SIM/Main.cpp.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 51 of file DF/PS/SIM/Main.cpp.
References InputThread().
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/.