lomiri-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
wifi_and_cell_reporting_state.h File Reference
#include <iosfwd>
+ Include dependency graph for wifi_and_cell_reporting_state.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Enumerations

enum  com::lomiri::location::WifiAndCellIdReportingState {
  com::lomiri::location::WifiAndCellIdReportingState::on,
  com::lomiri::location::WifiAndCellIdReportingState::off
}
 

Functions

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