#include "../../../tests/catch2/catch.hpp"
#include <mx/sys/timeUtils.hpp>
#include "../stateCodes.hpp"
Go to the source code of this file.
Functions | |
SCENARIO ("Getting State Strings From Codes", "[stateCodes]") | |
SCENARIO ("Getting State Codes From Strings", "[stateCodes]") | |
SCENARIO | ( | "Getting State Codes From Strings" | , |
"" | [stateCodes] | ||
) |
Definition at line 70 of file stateCodes_test.cpp.
References MagAOX::app::stateCodes::CONFIGURING, MagAOX::app::stateCodes::CONNECTED, MagAOX::app::stateCodes::ERROR, MagAOX::app::stateCodes::FAILURE, MagAOX::app::stateCodes::HOMING, MagAOX::app::stateCodes::INITIALIZED, MagAOX::app::stateCodes::LOGGEDIN, MagAOX::app::stateCodes::NODEVICE, MagAOX::app::stateCodes::NOTCONNECTED, MagAOX::app::stateCodes::NOTHOMED, MagAOX::app::stateCodes::OPERATING, MagAOX::app::stateCodes::POWEROFF, MagAOX::app::stateCodes::POWERON, MagAOX::app::stateCodes::READY, MagAOX::app::stateCodes::SHUTDOWN, MagAOX::app::stateCodes::str2Code(), MagAOX::app::stateCodes::str2CodeFast(), and MagAOX::app::stateCodes::UNINITIALIZED.
SCENARIO | ( | "Getting State Strings From Codes" | , |
"" | [stateCodes] | ||
) |
Definition at line 11 of file stateCodes_test.cpp.
References MagAOX::app::stateCodes::codeText(), MagAOX::app::stateCodes::CONFIGURING, MagAOX::app::stateCodes::CONNECTED, MagAOX::app::stateCodes::ERROR, MagAOX::app::stateCodes::FAILURE, MagAOX::app::stateCodes::HOMING, MagAOX::app::stateCodes::INITIALIZED, MagAOX::app::stateCodes::LOGGEDIN, MagAOX::app::stateCodes::NODEVICE, MagAOX::app::stateCodes::NOTCONNECTED, MagAOX::app::stateCodes::NOTHOMED, MagAOX::app::stateCodes::OPERATING, MagAOX::app::stateCodes::POWEROFF, MagAOX::app::stateCodes::POWERON, MagAOX::app::stateCodes::READY, MagAOX::app::stateCodes::SHUTDOWN, and MagAOX::app::stateCodes::UNINITIALIZED.