Dokit
Internal development documentation
|
Attributes included in the Settings
characterstic.
More...
#include <dsoservice.h>
Public Attributes | |
Command | command |
Custom operation request. | |
float | triggerLevel |
Trigger threshold level in Volts or Amps, depending on mode. | |
Mode | mode |
Desired operation mode. | |
quint8 | range |
Desired range, eg settings.range = +PokitPro::CurrentRange::AutoRange;. | |
quint32 | samplingWindow |
Desired sampling window in microseconds. | |
quint16 | numberOfSamples |
Desired number of samples to acquire. | |
Attributes included in the Settings
characterstic.
Definition at line 67 of file dsoservice.h.
Command DsoService::Settings::command |
Custom operation request.
Definition at line 68 of file dsoservice.h.
Referenced by DsoServicePrivate::encodeSettings(), DsoCommand::processOptions(), and DsoService::startDso().
Mode DsoService::Settings::mode |
Desired operation mode.
Definition at line 70 of file dsoservice.h.
Referenced by DsoServicePrivate::encodeSettings(), DsoCommand::processOptions(), and DsoCommand::serviceDetailsDiscovered().
quint16 DsoService::Settings::numberOfSamples |
Desired number of samples to acquire.
Definition at line 73 of file dsoservice.h.
Referenced by DsoServicePrivate::encodeSettings(), DsoCommand::processOptions(), and DsoCommand::serviceDetailsDiscovered().
quint8 DsoService::Settings::range |
Desired range, eg settings.range = +PokitPro::CurrentRange::AutoRange;.
Definition at line 71 of file dsoservice.h.
Referenced by DsoServicePrivate::encodeSettings(), and DsoCommand::serviceDetailsDiscovered().
quint32 DsoService::Settings::samplingWindow |
Desired sampling window in microseconds.
Definition at line 72 of file dsoservice.h.
Referenced by DsoServicePrivate::encodeSettings(), DsoCommand::processOptions(), and DsoCommand::serviceDetailsDiscovered().
float DsoService::Settings::triggerLevel |
Trigger threshold level in Volts or Amps, depending on mode.
Definition at line 69 of file dsoservice.h.
Referenced by DsoServicePrivate::encodeSettings(), and DsoCommand::processOptions().