settings.hh
Go to the documentation of this file.
quint32 rioBaudRate(void) const
Overridden RIO baud rate.
Definition: settings.hh:134
DFTI constants.
quint32 vn200BaudRate(void) const
Overridden VN-200 baud rate.
Definition: settings.hh:140
bool debugRC() const
Returns true if settings debug messages are enabled.
Definition: settings.hh:39
QString uADCSerialPort(void) const
Overridden uADC serial port.
Definition: settings.hh:125
QHostAddress serverAddress(void) const
Return the server address.
Definition: settings.hh:72
float logRateMs(void) const
Return the log sampling time in ms.
Definition: settings.hh:60
quint32 autopilotBaudRate(void) const
Overridden Autopilot baud rate.
Definition: settings.hh:131
bool debugData() const
Returns true if sensor data debug messages are enabled.
Definition: settings.hh:44
Definition: autopilot.cc:12
QString rioSerialPort(void) const
Overridden RIO serial port.
Definition: settings.hh:122
quint32 uADCBaudRate(void) const
Overridden uADC baud rate.
Definition: settings.hh:137
QString autopilotSerialPort(void) const
Overridden Autopilot serial port.
Definition: settings.hh:119
quint16 serverPort(void) const
Return the server port.
Definition: settings.hh:75
QString vn200SerialPort(void) const
Overridden VN-200 serial port.
Definition: settings.hh:128
bool serverEnabled(void) const
Return the server status.
Definition: settings.hh:69
bool useMavlink(void) const
Do we have a MAVLink-based autopilot?
Definition: settings.hh:95
bool useUADC(void) const
Do we have a Micro Air Data Computer?
Definition: settings.hh:98
bool waitForMavInit(void) const
Should we wait for the MAVLink init message before logging?
Definition: settings.hh:107
void loadRCFile(QString _fn)
Load a settings file.
Definition: settings.cc:57
bool waitForAllSensors(void) const
Should we wait for all sensors to get data before writing?
Definition: settings.hh:113
float sendRateMs(void) const
Return the server sampling time in ms.
Definition: settings.hh:66
bool waitForRIO(void) const
Should we wait for the RIO values before logging?
Definition: settings.hh:104
bool debugSerial() const
Returns true if serial i/o debug messages are enabled.
Definition: settings.hh:49
float flushRateMs(void) const
Return the log flush timer period in ms.
Definition: settings.hh:63
Utility functions.
bool useMessageInterval(void) const
Should we prefer the MESSAGE_INTERVAL interface?
Definition: settings.hh:83
bool waitForVN200GPS(void) const
Should we wait for VN200 GPS before logging?
Definition: settings.hh:110
quint32 streamRate(void) const
Return the desired MAVLink stream rate in Hz.
Definition: settings.hh:86
bool waitForUpdate(void) const
Should we wait for a data update to write to the log?
Definition: settings.hh:116
bool setSystemTime(void) const
Should we set the system time from GPS?
Definition: settings.hh:89
bool useVN200(void) const
Do we have a VN-200 INS?
Definition: settings.hh:101