mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
Смещаем этап преобразования числа из сценария
This commit is contained in:
@@ -26,7 +26,7 @@ class IoTScenario {
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
String IdentifierStr; // Заполняется, если tok_identifier
|
String IdentifierStr; // Заполняется, если tok_identifier
|
||||||
float NumVal; // Заполняется, если tok_number
|
String NumStr = ""; // Заполняется, если tok_number
|
||||||
int LastChar;
|
int LastChar;
|
||||||
int curLine;
|
int curLine;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user