lomiri-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 163 of file provider.h.
Heading updates.
Definition at line 168 of file provider.h.
Position updates.
Definition at line 166 of file provider.h.
core::Signal<Update<std::set<SpaceVehicle> > > com::lomiri::location::Provider::Updates::svs |
Space vehicle visibility updates.
Definition at line 172 of file provider.h.
Velocity updates.
Definition at line 170 of file provider.h.