77 void ExtraXmlEvent(
void);
79 void removeCheckpoint(
size_t index);
81 std::vector<core::GeoCoordinate *> checkpoints;
82 std::vector<const core::GeoCoordinate *> to_draw;
namespace of the flair Framework
Definition: Ahrs.h:19
void AddPoint(const core::GeoCoordinate *point, std::string name="")
Add a point to the map.
Map(const LayoutPosition *position, std::string name)
Constructor.
Class displaying a GPS map on the ground station.
Definition: Map.h:33
Class defining a point by its lla coordinates.
Definition: GeoCoordinate.h:24
void CopyDatas(char *buf) const
Copy datas to specified buffer.
Class to define a position in a layout on the ground station.
Definition: LayoutPosition.h:28
Abstract class for sending datas to ground station.
Abstract class for sending datas to ground station.
Definition: SendData.h:29