|
swift
|
Transceiver DTO. More...
Public Member Functions | |
| QJsonObject | toJson () const |
| To JSON. | |
Static Public Member Functions | |
| static TransceiverDto | fromJson (const QJsonObject &json) |
| From JSON. | |
Public Attributes | |
| quint16 | id {} |
| Properties. | |
| quint32 | frequencyHz {} |
| Properties. | |
| double | LatDeg = 0.0 |
| Properties. | |
| double | LonDeg = 0.0 |
| Properties. | |
| double | HeightMslM = 0.0 |
| Properties. | |
| double | HeightAglM = 0.0 |
| Properties. | |