Configuration and control of a telemetry logger. More...

Go to the source code of this file.
Classes | |
| struct | MagAOX::app::dev::telemeter< derivedT > |
| A device base class which saves telemetry. More... | |
Namespaces | |
| namespace | MagAOX |
| namespace | MagAOX::app |
| namespace | MagAOX::app::dev |
Macros | |
| #define | TELEMETER_SETUP_CONFIG(cfig) |
| Call telemeter::setupConfig with error checking. | |
| #define | TELEMETER_LOAD_CONFIG(cfig) |
| Call telemeter::loadConfig with error checking. | |
| #define | TELEMETER_APP_STARTUP |
| Call telemeter::appStartup with error checking. | |
| #define | TELEMETER_APP_LOGIC |
| Call telemeter::appLogic with error checking. | |
| #define | TELEMETER_APP_SHUTDOWN |
| Call telemeter::appShutdown with error checking. | |
Configuration and control of a telemetry logger.
Definition in file telemeter.hpp.
| #define TELEMETER_APP_LOGIC |
Call telemeter::appLogic with error checking.
Definition at line 372 of file telemeter.hpp.
| #define TELEMETER_APP_SHUTDOWN |
Call telemeter::appShutdown with error checking.
Definition at line 379 of file telemeter.hpp.
| #define TELEMETER_APP_STARTUP |
Call telemeter::appStartup with error checking.
Definition at line 365 of file telemeter.hpp.
| #define TELEMETER_LOAD_CONFIG | ( | cfig | ) |
Call telemeter::loadConfig with error checking.
This must be inside a function that returns int, e.g. the standard loadConfigImpl.
| cfig | the application configurator |
Definition at line 358 of file telemeter.hpp.
| #define TELEMETER_SETUP_CONFIG | ( | cfig | ) |
Call telemeter::setupConfig with error checking.
| cfig | the application configurator |
Definition at line 347 of file telemeter.hpp.