ubuntu-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
com::ubuntu::location::Engine::Updates Struct Reference

Summarizes all updates delivered via the engine. More...

#include <engine.h>

+ Collaboration diagram for com::ubuntu::location::Engine::Updates:

Public Attributes

core::Property< Update
< Position > > 
reference_location {}
 
core::Property< Update
< Velocity > > 
reference_velocity {}
 
core::Property< Update< Heading > > reference_heading {}
 
core::Property< std::map
< SpaceVehicle::Key,
SpaceVehicle > > 
visible_space_vehicles {}
 

Detailed Description

Summarizes all updates delivered via the engine.

Definition at line 83 of file engine.h.

Member Data Documentation

core::Property<Update<Heading> > com::ubuntu::location::Engine::Updates::reference_heading {}

The current best known heading estimate.

Definition at line 90 of file engine.h.

core::Property<Update<Position> > com::ubuntu::location::Engine::Updates::reference_location {}

The current best known reference location

Definition at line 86 of file engine.h.

core::Property<Update<Velocity> > com::ubuntu::location::Engine::Updates::reference_velocity {}

The current best known velocity estimate.

Definition at line 88 of file engine.h.

core::Property<std::map<SpaceVehicle::Key, SpaceVehicle> > com::ubuntu::location::Engine::Updates::visible_space_vehicles {}

The current set of visible SpaceVehicles.

Definition at line 92 of file engine.h.


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