Modules | |
INDI Support in MagAOX Apps | |
Device Modules for MagAOX Applications | |
MagAOX Application Files | |
Classes | |
class | MagAOX::app::MagAOXApp< _useINDI > |
The base-class for MagAO-X applications. More... | |
struct | MagAOX::app::stateCodes |
Scoping struct for application state codes. More... | |
Enumerations | |
enum | : stateCodeT { MagAOX::app::stateCodes::FAILURE =-20 , MagAOX::app::stateCodes::ERROR =-10 , MagAOX::app::stateCodes::UNINITIALIZED = 0 , MagAOX::app::stateCodes::INITIALIZED = 1 , MagAOX::app::stateCodes::NODEVICE = 2 , MagAOX::app::stateCodes::POWEROFF = 4 , MagAOX::app::stateCodes::POWERON = 6 , MagAOX::app::stateCodes::NOTCONNECTED = 8 , MagAOX::app::stateCodes::CONNECTED = 10 , MagAOX::app::stateCodes::LOGGEDIN = 15 , MagAOX::app::stateCodes::CONFIGURING = 20 , MagAOX::app::stateCodes::NOTHOMED = 24 , MagAOX::app::stateCodes::HOMING = 25 , MagAOX::app::stateCodes::OPERATING = 30 , MagAOX::app::stateCodes::READY = 35 , MagAOX::app::stateCodes::SHUTDOWN = 10000 } |
The numeric codes descrbing an application's state. More... | |
anonymous enum : stateCodeT |
The numeric codes descrbing an application's state.
Definition at line 42 of file stateCodes.hpp.