We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90d7bf commit 1d4a9b0Copy full SHA for 1d4a9b0
1 file changed
occ/plugin/OccPluginServer.h
@@ -47,7 +47,8 @@ class PluginServices;
47
using namespace std::literals;
48
49
const std::unordered_map<std::string, std::string> EXPECTED_FINAL_STATE = {
50
- {"INIT DEVICE", "INITIALIZED"},
+ {"INIT DEVICE", "INITIALIZING DEVICE"},
51
+ {"COMPLETE INIT","INITIALIZED"},
52
{"BIND", "BOUND"},
53
{"CONNECT", "DEVICE READY"},
54
{"INIT TASK", "READY"},
0 commit comments