|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
Go to the source code of this file.
Namespaces | |
| namespace | sensesp |
Functions | |
| void | sensesp::convertFromJson (JsonVariantConst src, Position &dst) |
| Adds support in ArduinoJson to deserialize Position type data. | |
| void | sensesp::convertFromJson (JsonVariantConst src, ENUVector &dst) |
| void | sensesp::convertFromJson (JsonVariantConst src, AttitudeVector &dst) |
| bool | sensesp::canConvertFromJson (JsonVariantConst src, const Position &) |
| Tells ArduinoJson whether the given JSON is a Position or not. | |
| bool | sensesp::canConvertFromJson (JsonVariantConst src, const ENUVector &) |
| bool | sensesp::canConvertFromJson (JsonVariantConst src, const AttitudeVector &) |
| void | sensesp::convertToJson (const Position &src, JsonVariant dst) |
| void | sensesp::convertToJson (const ENUVector &src, JsonVariant dst) |
| void | sensesp::convertToJson (const AttitudeVector &src, JsonVariant dst) |