16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 00:09:18 +02:00

refactoring: python task data creation moved to the task queue worker

This commit is contained in:
tmj-fstate
2019-01-23 19:38:59 +01:00
parent 0ad2a142c1
commit 753cf7ee5d
6 changed files with 144 additions and 123 deletions

View File

@@ -114,7 +114,7 @@ class TTrain
void SetLights();
// McZapkie-310302: ladowanie parametrow z pliku
bool LoadMMediaFile(std::string const &asFileName);
PyObject *GetTrainState();
dictionary_source *GetTrainState();
state_t get_state() const;
private: