Dokit
Internal development documentation
|
Attributes included in the Metadata
characterstic.
More...
#include <dataloggerservice.h>
Public Attributes | |
LoggerStatus | status |
Current data logger status. | |
float | scale |
Scale to apply to read samples. | |
Mode | mode |
Current operation mode. | |
quint8 | range |
Current range. | |
quint32 | updateInterval |
Current logging interval in milliseconds. | |
quint16 | numberOfSamples |
Number of samples acquired (1 to 6192). | |
quint32 | timestamp |
Timestamp stored at the beginning of the logging session. | |
Attributes included in the Metadata
characterstic.
Definition at line 84 of file dataloggerservice.h.
Mode DataLoggerService::Metadata::mode |
Current operation mode.
Definition at line 87 of file dataloggerservice.h.
Referenced by LoggerFetchCommand::metadataRead(), and LoggerFetchCommand::outputSamples().
quint16 DataLoggerService::Metadata::numberOfSamples |
Number of samples acquired (1 to 6192).
Definition at line 90 of file dataloggerservice.h.
Referenced by LoggerFetchCommand::metadataRead(), and LoggerFetchCommand::outputSamples().
quint8 DataLoggerService::Metadata::range |
Current range.
Definition at line 88 of file dataloggerservice.h.
Referenced by LoggerFetchCommand::metadataRead(), and LoggerFetchCommand::outputSamples().
float DataLoggerService::Metadata::scale |
Scale to apply to read samples.
Definition at line 86 of file dataloggerservice.h.
Referenced by LoggerFetchCommand::metadataRead(), and LoggerFetchCommand::outputSamples().
LoggerStatus DataLoggerService::Metadata::status |
Current data logger status.
Definition at line 85 of file dataloggerservice.h.
Referenced by LoggerFetchCommand::metadataRead().
quint32 DataLoggerService::Metadata::timestamp |
Timestamp stored at the beginning of the logging session.
Definition at line 91 of file dataloggerservice.h.
Referenced by LoggerFetchCommand::metadataRead(), and LoggerFetchCommand::outputSamples().
quint32 DataLoggerService::Metadata::updateInterval |
Current logging interval in milliseconds.
Definition at line 89 of file dataloggerservice.h.
Referenced by LoggerFetchCommand::metadataRead(), and LoggerFetchCommand::outputSamples().