lomiri-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
satellite_based_positioning_state.h File Reference
#include <iosfwd>
+ Include dependency graph for satellite_based_positioning_state.h:

Go to the source code of this file.

Namespaces

 com
 
 com::lomiri
 
 com::lomiri::location
 

Enumerations

enum  com::lomiri::location::SatelliteBasedPositioningState {
  com::lomiri::location::SatelliteBasedPositioningState::on,
  com::lomiri::location::SatelliteBasedPositioningState::off
}
 The SatelliteBasedPositioningState enum describes whether satellite assisted positioning is enabled or disabled. More...
 

Functions

std::ostream & com::lomiri::location::operator<< (std::ostream &, SatelliteBasedPositioningState)
 Pretty prints the given state to the given stream. More...
 
std::istream & com::lomiri::location::operator>> (std::istream &, SatelliteBasedPositioningState &)
 Parses the state from the given stream. More...