ubuntu-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
#include <com/ubuntu/location/connectivity/bounded_integer.h>
#include <core/signal.h>
#include <limits>
#include <memory>
Go to the source code of this file.
Classes | |
struct | com::ubuntu::location::connectivity::RadioCell |
Models a radio cell that one of the modems in the system is connected to. More... | |
struct | com::ubuntu::location::connectivity::RadioCell::Gsm |
Models a GSM radio cell. More... | |
struct | com::ubuntu::location::connectivity::RadioCell::Umts |
Models a UMTS radio cell. More... | |
struct | com::ubuntu::location::connectivity::RadioCell::Lte |
Models an LTE radio cell. More... | |
Namespaces | |
com | |
com::ubuntu | |
com::ubuntu::location | |
com::ubuntu::location::connectivity | |
Functions | |
bool | com::ubuntu::location::connectivity::operator== (const RadioCell::Gsm &lhs, const RadioCell::Gsm &rhs) |
Returns true iff lhs equals rhs. More... | |
std::ostream & | com::ubuntu::location::connectivity::operator<< (std::ostream &out, const RadioCell::Gsm &gsm) |
Pretty-prints the given gsm details to the given output stream. More... | |
bool | com::ubuntu::location::connectivity::operator== (const RadioCell::Umts &lhs, const RadioCell::Umts &rhs) |
Returns true iff lhs equals rhs. More... | |
std::ostream & | com::ubuntu::location::connectivity::operator<< (std::ostream &out, const RadioCell::Umts &umts) |
Pretty-prints the given umts details to the given output stream. More... | |
bool | com::ubuntu::location::connectivity::operator== (const RadioCell::Lte &lhs, const RadioCell::Lte &rhs) |
Returns true iff lhs equals rhs. More... | |
std::ostream & | com::ubuntu::location::connectivity::operator<< (std::ostream &out, const RadioCell::Lte <e) |
Pretty-prints the given gsm details to the given output stream. More... | |
bool | com::ubuntu::location::connectivity::operator== (const RadioCell &lhs, const RadioCell &rhs) |
Returns true iff lhs equals rhs. More... | |
std::ostream & | com::ubuntu::location::connectivity::operator<< (std::ostream &out, const RadioCell &cell) |
Pretty-prints the given cell to the given output stream. More... | |