SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
position.h File Reference
#include <limits>
#include "ArduinoJson.h"
Include dependency graph for position.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sensesp::Position
 Position data container. More...
 
struct  sensesp::ENUVector
 Container for local tangent plane coordinates. More...
 

Namespaces

namespace  sensesp
 

Functions

void sensesp::convertFromJson (JsonVariantConst src, Position &dst)
 Adds support in ArduinoJson to deserialize Position type data.
 
bool sensesp::canConvertFromJson (JsonVariantConst src, const Position &)
 Tells ArduinoJson whether the given JSON is a Position or not.
 

Variables

constexpr float sensesp::kPositionInvalidAltitude = std::numeric_limits<float>::lowest()
 Value used to indicate an invalid or missing altitude.