|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <VideoBackend.h>
Public Attributes | |
| bool | ok = true |
| QString | error |
Outcome of prepareEnvironment(), threaded into initialize() so backend setup validity is passed as a value rather than stashed in process-global state.
Definition at line 41 of file VideoBackend.h.
| QString VideoBackend::EnvPrepResult::error |
Definition at line 43 of file VideoBackend.h.
Referenced by VideoBackend::initialize().
| bool VideoBackend::EnvPrepResult::ok = true |
Definition at line 42 of file VideoBackend.h.
Referenced by VideoBackend::initialize().