|
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 88 of file MAVLinkSigning.h.
| bool MAVLinkSigning::DetectSnapshot::autoDetectSuspended = false |
Definition at line 92 of file MAVLinkSigning.h.
Referenced by SigningChannel::detectSnapshot().
| bool MAVLinkSigning::DetectSnapshot::inCooldown = false |
Definition at line 91 of file MAVLinkSigning.h.
Referenced by SigningChannel::detectSnapshot().
| QString MAVLinkSigning::DetectSnapshot::keyHint |
Definition at line 90 of file MAVLinkSigning.h.
Referenced by SigningChannel::detectSnapshot().