9 #ifndef app_stateCodes_hpp 10 #define app_stateCodes_hpp 57 static std::string
codeText( stateCodeT stateCode );
71 return "UNINITIALIZED";
81 return "NOTCONNECTED";
106 #endif //app_stateCodes_hpp The application has been initialized, set just before calling appStartup().
The application is not connected to the device or service.
The device is ready for operation, but is not operating.
The application is configuring the device.
The application has logged into the device or service.
static std::string codeText(stateCodeT stateCode)
Get an ASCII string corresponding to an application stateCode.
The application is unitialized, the default.
The device is operating, other than homing.
The application has encountered an error, from which it is recovering (with or without intervention) ...
The application has failed, should be used when m_shutdown is set for an error.
No device exists for the application to control.
The application has shutdown, set just after calling appShutdown().
int16_t stateCodeT
The type of the state code.
Scoping struct for application state codes.
The application has connected to the device or service.