|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <JsonParsing.h>
Public Attributes | |
| const char * | key |
| json key name | |
| QJsonValue::Type | type |
| required type for key, QJsonValue::Null specifies double with possible NaN | |
| bool | required |
| true: key must be present | |
Definition at line 30 of file JsonParsing.h.
| const char* JsonParsing::KeyValidateInfo::key |
json key name
Definition at line 31 of file JsonParsing.h.
| bool JsonParsing::KeyValidateInfo::required |
true: key must be present
Definition at line 33 of file JsonParsing.h.
| QJsonValue::Type JsonParsing::KeyValidateInfo::type |
required type for key, QJsonValue::Null specifies double with possible NaN
Definition at line 32 of file JsonParsing.h.