Commit 50137746 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

(codegen): сделал функцию step() необязательной.

parent f25bb5a3
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
int resetMsgTime; int resetMsgTime;
// Выполнение очередного шага программы // Выполнение очередного шага программы
virtual void step()=0; virtual void step(){}
int sleep_msec; /*!< пауза между итерациями */ int sleep_msec; /*!< пауза между итерациями */
bool active; bool active;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment