#include "us_experiment_ra.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 27 of file us_experiment_ra.h.
QList< CalibrationInfo > US_ExperimentRa::RotorInfo::calibrationInfo |
All available calibration profiles for this rotor.
Definition at line 32 of file us_experiment_ra.h.
QString US_ExperimentRa::RotorInfo::rotorGUID |
The GUID of the rotor.
Definition at line 30 of file us_experiment_ra.h.
int US_ExperimentRa::RotorInfo::rotorID |
The rotor that was used.
Definition at line 29 of file us_experiment_ra.h.
QString US_ExperimentRa::RotorInfo::rotorSerial |
The serial number of the rotor.
Definition at line 31 of file us_experiment_ra.h.