|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <MAVLinkLogManager.h>
Public Member Functions | |
| MAVLinkLogProcessor () | |
| ~MAVLinkLogProcessor () | |
| void | close () |
| bool | valid () const |
| bool | create (MAVLinkLogManager *manager, QStringView path, uint8_t id) |
| MAVLinkLogFiles * | record () |
| QString | fileName () const |
| bool | processStreamData (uint16_t _sequence, uint8_t first_message, const QByteArray &in) |
Definition at line 67 of file MAVLinkLogManager.h.
| MAVLinkLogProcessor::MAVLinkLogProcessor | ( | ) |
Definition at line 94 of file MAVLinkLogManager.cc.
| MAVLinkLogProcessor::~MAVLinkLogProcessor | ( | ) |
Definition at line 99 of file MAVLinkLogManager.cc.
References close().
| void MAVLinkLogProcessor::close | ( | ) |
Definition at line 106 of file MAVLinkLogManager.cc.
Referenced by ~MAVLinkLogProcessor().
| bool MAVLinkLogProcessor::create | ( | MAVLinkLogManager * | manager, |
| QStringView | path, | ||
| uint8_t | id | ||
| ) |
Definition at line 113 of file MAVLinkLogManager.cc.
|
inline |
Definition at line 77 of file MAVLinkLogManager.h.
| bool MAVLinkLogProcessor::processStreamData | ( | uint16_t | _sequence, |
| uint8_t | first_message, | ||
| const QByteArray & | in | ||
| ) |
Definition at line 209 of file MAVLinkLogManager.cc.
|
inline |
Definition at line 76 of file MAVLinkLogManager.h.
|
inline |
Definition at line 74 of file MAVLinkLogManager.h.