ubuntu-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
Wraps all updates that can be delivered by a provider. More...
#include <provider.h>
Public Attributes | |
core::Signal< Update< Position > > | position |
core::Signal< Update< Heading > > | heading |
core::Signal< Update< Velocity > > | velocity |
core::Signal< Update< std::set < SpaceVehicle > > > | svs |
Wraps all updates that can be delivered by a provider.
Definition at line 151 of file provider.h.
Heading updates.
Definition at line 156 of file provider.h.
Position updates.
Definition at line 154 of file provider.h.
core::Signal<Update<std::set<SpaceVehicle> > > com::ubuntu::location::Provider::Updates::svs |
Space vehicle visibility updates.
Definition at line 160 of file provider.h.
Velocity updates.
Definition at line 158 of file provider.h.