|
void | SetBaudRate (const QSerialPort::BaudRate &rate) |
|
| QBaseSerialWitmotionSensorReader (const QString device, const QSerialPort::BaudRate rate) |
|
virtual void | RunPoll () |
| Public abstract slot to be implemented in the derived class. The common use is to start the polling timer thread for the sensors after Qt event loop is started.
|
|
virtual void | Suspend () |
|
void | ValidatePackets (const bool value) |
|
void | SetSensorPollInterval (const uint32_t ms) |
|
void | SetSensorTimeout (const uint32_t ms) |
|
|
enum | read_state_t {
rsUnknown
,
rsClear
,
rsRead
} |
|
|
virtual void | ReadData () |
| Protected abstract slot to be implemented in the derived class. The common usage is as a callback for the polling timer thread.
|
|
virtual void | Configure () |
|
virtual void | SendConfig (const witmotion_config_packet &packet) |
| Public abstract slot to be implemented in the derived class. More...
|
|
|
void | Acquired (const witmotion_datapacket &packet) |
| Signal function to be emitted when the data packet is acquired by the polling thread or process. Can only be redefined, not overridden in the class hierarchy.
|
|
void | Error (const QString &description) |
| Signal function to be emitted when the internal error reported in the polling thread or process. Can only be redefined, not overridden in the class hierarchy.
|
|
◆ SendConfig()
The documentation for this class was generated from the following files: