This is the complete list of members for SimulationWorker, including all inherited members.
doWork() | SimulationWorker | slot |
errorOccurred(std::string error) | SimulationWorker | signal |
net | SimulationWorker | |
onProgressUpdated(int progressPercentage) | SimulationWorker | slot |
onSimulationFinished(const Vector< std::pair< std::string, std::string > > &summaryData, const string &trajectoryFile) | SimulationWorker | slot |
onTrainsCoordinatesUpdated(Vector< std::pair< std::string, Vector< std::pair< double, double > > > > trainsStartEndPoints) | SimulationWorker | slot |
sim | SimulationWorker | |
simulaionProgressUpdated(int progressPercentage) | SimulationWorker | signal |
simulationFinished(const Vector< std::pair< std::string, std::string > > &summaryData, const std::string &trajectoryFile) | SimulationWorker | signal |
SimulationWorker(Vector< std::tuple< int, double, double, std::string, double, double > > nodeRecords, Vector< tuple< int, int, int, double, int, double, double, int, double, bool, string, string, double > > linkRecords, Vector< std::tuple< std::string, Vector< int >, double, double, Vector< std::tuple< int, double, double, int, double, double, double, double, int > >, Vector< std::tuple< int, int, double, double, double, double, double, int > >, bool > > trainRecords, std::string networkName, double endTime, double timeStep, double plotFrequency, std::string exportDir, std::string summaryFilename, bool exportInsta, std::string instaFilename, bool exportAllTrainsSummary) | SimulationWorker | |
trainsCoordinatesUpdated(Vector< std::pair< std::string, Vector< std::pair< double, double > > > > trainsStartEndPoints) | SimulationWorker | signal |
trainSlowSpeed(std::string msg) | SimulationWorker | signal |
trainSuddenAcceleration(std::string msg) | SimulationWorker | signal |
~SimulationWorker() | SimulationWorker |