QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCCameraManager::CameraInfoRequestContext Struct Reference

#include <QGCCameraManager.h>

Public Attributes

QPointer< QGCCameraManagermanager
 
uint8_t compID = 0
 

Detailed Description

Stable context passed as opaque handler data to async camera info request callbacks. Owned by the manager and kept alive for its full lifetime so a callback firing after the CameraStruct was deleted (lost camera) never dereferences freed memory (issue #13251).

Definition at line 68 of file QGCCameraManager.h.

Member Data Documentation

◆ compID

uint8_t QGCCameraManager::CameraInfoRequestContext::compID = 0

Definition at line 70 of file QGCCameraManager.h.

◆ manager

QPointer<QGCCameraManager> QGCCameraManager::CameraInfoRequestContext::manager

Definition at line 69 of file QGCCameraManager.h.


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