QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
VideoBackend::EnvPrepResult Struct Reference

#include <VideoBackend.h>

Public Attributes

bool ok = true
 
QString error
 

Detailed Description

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.

Member Data Documentation

◆ error

QString VideoBackend::EnvPrepResult::error

Definition at line 43 of file VideoBackend.h.

Referenced by VideoBackend::initialize().

◆ ok

bool VideoBackend::EnvPrepResult::ok = true

Definition at line 42 of file VideoBackend.h.

Referenced by VideoBackend::initialize().


The documentation for this struct was generated from the following file: