#include "us_experiment.h"
Public Attributes | |
int | rotorID |
The rotor that was used. More... | |
QString | rotorGUID |
The GUID of the rotor. More... | |
QString | rotorSerial |
The serial number of the rotor. More... | |
QList< CalibrationInfo > | calibrationInfo |
All available calibration profiles for this rotor. More... | |
Definition at line 32 of file us_experiment.h.
QList< CalibrationInfo > US_Experiment::RotorInfo::calibrationInfo |
All available calibration profiles for this rotor.
Definition at line 37 of file us_experiment.h.
QString US_Experiment::RotorInfo::rotorGUID |
The GUID of the rotor.
Definition at line 35 of file us_experiment.h.
int US_Experiment::RotorInfo::rotorID |
The rotor that was used.
Definition at line 34 of file us_experiment.h.
QString US_Experiment::RotorInfo::rotorSerial |
The serial number of the rotor.
Definition at line 36 of file us_experiment.h.