A set of static functions to handle hardware data. More...
#include "us_hardware.h"
Static Public Member Functions | |
static bool | readRotorMap (QMap< QString, QString > &) |
Read rotor information from a local XML file to a QMap. More... | |
static bool | readRotorMap (US_DB2 *, QMap< QString, QString > &) |
Read rotor information from the database to a QMap. More... | |
static bool | rotorValues (QString, QMap< QString, QString >, double *) |
Get coefficient values for a specified rotor. More... | |
A set of static functions to handle hardware data.
Definition at line 11 of file us_hardware.h.
|
static |
Read rotor information from a local XML file to a QMap.
rotor_map | Reference of QMap into which to place data |
Definition at line 6 of file us_hardware.cpp.
|
static |
Read rotor information from the database to a QMap.
db | Pointer to opened database connection |
rotor_map | Reference of QMap into which to place data |
Definition at line 57 of file us_hardware.cpp.
|
static |
Get coefficient values for a specified rotor.
rCalID | Rotor calibration ID for which to get values |
rotor_map | QMap of serial,value mappings |
rotcoeffs | Array of 2 doubles to fill with rotor coefficients |
Definition at line 155 of file us_hardware.cpp.