QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
JsonHelper::KeyValidateInfo Struct Reference

#include <JsonHelper.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
 

Detailed Description

Definition at line 56 of file JsonHelper.h.

Member Data Documentation

◆ key

const char* JsonHelper::KeyValidateInfo::key

json key name

Definition at line 57 of file JsonHelper.h.

◆ required

bool JsonHelper::KeyValidateInfo::required

true: key must be present

Definition at line 59 of file JsonHelper.h.

◆ type

QJsonValue::Type JsonHelper::KeyValidateInfo::type

required type for key, QJsonValue::Null specifies double with possible NaN

Definition at line 58 of file JsonHelper.h.


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