ubuntu-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
provider.h File Reference
#include <com/ubuntu/location/criteria.h>
#include <com/ubuntu/location/heading.h>
#include <com/ubuntu/location/position.h>
#include <com/ubuntu/location/space_vehicle.h>
#include <com/ubuntu/location/update.h>
#include <com/ubuntu/location/velocity.h>
#include <com/ubuntu/location/wifi_and_cell_reporting_state.h>
#include <core/property.h>
#include <core/signal.h>
#include <atomic>
#include <bitset>
#include <memory>
+ Include dependency graph for provider.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  com::ubuntu::location::Provider
 The Provider class is the abstract base of all positioning providers. More...
 
class  com::ubuntu::location::Provider::Controller
 Facade for controlling the state of position/heading/velocity updates. More...
 
struct  com::ubuntu::location::Provider::Updates
 Wraps all updates that can be delivered by a provider. More...
 

Namespaces

 com
 
 com::ubuntu
 
 com::ubuntu::location
 

Functions

Provider::Features com::ubuntu::location::operator| (Provider::Features lhs, Provider::Features rhs)
 
Provider::Features com::ubuntu::location::operator& (Provider::Features lhs, Provider::Features rhs)
 
Provider::Requirements com::ubuntu::location::operator| (Provider::Requirements lhs, Provider::Requirements rhs)
 
Provider::Requirements com::ubuntu::location::operator& (Provider::Requirements lhs, Provider::Requirements rhs)