|
QGroundControl
Ground Control Station for MAVLink Drones
|
Single-lock snapshot struct; fields populated by SigningChannel::detectSnapshot(). More...
#include <MAVLinkSigning.h>
Public Attributes | |
| QString | keyHint |
| bool | inCooldown = false |
| bool | autoDetectSuspended = false |
Single-lock snapshot struct; fields populated by SigningChannel::detectSnapshot().
Definition at line 82 of file MAVLinkSigning.h.
| bool MAVLinkSigning::DetectSnapshot::autoDetectSuspended = false |
Definition at line 86 of file MAVLinkSigning.h.
Referenced by SigningChannel::detectSnapshot().
| bool MAVLinkSigning::DetectSnapshot::inCooldown = false |
Definition at line 85 of file MAVLinkSigning.h.
Referenced by SigningChannel::detectSnapshot().
| QString MAVLinkSigning::DetectSnapshot::keyHint |
Definition at line 84 of file MAVLinkSigning.h.
Referenced by SigningChannel::detectSnapshot().