#include <us_dataIO.h>
Public Attributes | |
QString | description |
char | type |
int | cell |
float | temperature |
float | rpm |
int | seconds |
float | omega2t |
union { | |
float wavelength | |
float radius | |
} | t |
int | count |
vector< struct reading > | readings |
For multi wavelength data, the wavelength and radius data are in opposite positions.
Definition at line 33 of file us_dataIO.h.