Dokit
Internal development documentation
Loading...
Searching...
No Matches
DsoService::Settings Struct Reference

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.
 

Detailed Description

Attributes included in the Settings characterstic.

Definition at line 67 of file dsoservice.h.

Member Data Documentation

◆ command

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

Mode DsoService::Settings::mode

Desired operation mode.

Definition at line 70 of file dsoservice.h.

Referenced by DsoServicePrivate::encodeSettings(), DsoCommand::processOptions(), and DsoCommand::serviceDetailsDiscovered().

◆ numberOfSamples

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().

◆ range

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().

◆ samplingWindow

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().

◆ triggerLevel

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().


The documentation for this struct was generated from the following file: