|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCCameraManager.h>
Public Attributes | |
| QPointer< QGCCameraManager > | manager |
| uint8_t | compID = 0 |
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.
| uint8_t QGCCameraManager::CameraInfoRequestContext::compID = 0 |
Definition at line 70 of file QGCCameraManager.h.
| QPointer<QGCCameraManager> QGCCameraManager::CameraInfoRequestContext::manager |
Definition at line 69 of file QGCCameraManager.h.