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 | |
MagAOX | |
MagAOX::app | |
MagAOX::app::dev | |
Macros | |
#define | TELEMETER_SETUP_CONFIG(cfig) |
Call telemeter::setupConfig with error checking. More... | |
#define | TELEMETER_LOAD_CONFIG(cfig) |
Call telemeter::loadConfig with error checking. More... | |
#define | TELEMETER_APP_STARTUP |
Call telemeter::appStartup with error checking. More... | |
#define | TELEMETER_APP_LOGIC |
Call telemeter::appLogic with error checking. More... | |
#define | TELEMETER_APP_SHUTDOWN |
Call telemeter::appShutdown with error checking. More... | |
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 339 of file telemeter.hpp.
#define TELEMETER_APP_SHUTDOWN |
Call telemeter::appShutdown with error checking.
Definition at line 346 of file telemeter.hpp.
#define TELEMETER_APP_STARTUP |
Call telemeter::appStartup with error checking.
Definition at line 332 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 325 of file telemeter.hpp.
#define TELEMETER_SETUP_CONFIG | ( | cfig | ) |
Call telemeter::setupConfig with error checking.
cfig | the application configurator |
Definition at line 314 of file telemeter.hpp.