|
|
@ -33,7 +33,7 @@ void TestPageCtrlService::initialize() { |
|
|
|
m_thread.reset(new Thread("TestPageCtrlServiceReportThread", [this]() { |
|
|
|
while (!ThisThread().getExitFlag()) { |
|
|
|
ThisThread().sleepForMs(1000); |
|
|
|
SEND_CLASS_REPORT(thisClass.className, "readState", readState()); |
|
|
|
SEND_CLASS_REPORT(thisClass.className, "stateUpdate", readState()); |
|
|
|
} |
|
|
|
})); |
|
|
|
} |
|
|
|