the Instrument class describes an AUC instrument More...
#include "us_rotor.h"
Public Attributes | |
int | ID |
The database ID of the instrument. More... | |
QString | name |
The name of the instrument. More... | |
QString | serial |
The serial number of the instrument. More... | |
QList< Operator > | operators |
A list of people authorized to use the instrument. More... | |
the Instrument class describes an AUC instrument
Definition at line 44 of file us_rotor.h.
int US_Rotor::Instrument::ID |
The database ID of the instrument.
Definition at line 47 of file us_rotor.h.
QString US_Rotor::Instrument::name |
The name of the instrument.
Definition at line 48 of file us_rotor.h.
QList< Operator > US_Rotor::Instrument::operators |
A list of people authorized to use the instrument.
Definition at line 50 of file us_rotor.h.
QString US_Rotor::Instrument::serial |
The serial number of the instrument.
Definition at line 49 of file us_rotor.h.