Debug diag: print machineEventSet
This commit is contained in:
parent
5c66abfd87
commit
4df3a83126
@ -439,6 +439,13 @@ void DeviceControllerDiag::sub_componentAssessment()
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// DEBUG
|
||||||
|
// print all current states
|
||||||
|
QStringList DeviceControllerStateStringList;
|
||||||
|
for (const DeviceController::State& event : this->machineEventSet) {
|
||||||
|
DeviceControllerStateStringList.append(QMetaEnum::fromType<DeviceController::State>().valueToKey(event));
|
||||||
|
}
|
||||||
|
qCritical() << "diagReq result: " << DeviceControllerStateStringList;
|
||||||
|
|
||||||
|
|
||||||
// finish diag
|
// finish diag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user