lomiri-location-service ..
An aggregating location service providing positioning and geocoding capabilities to applications.
radio_cell.h File Reference
#include <com/lomiri/location/connectivity/bounded_integer.h>
#include <core/signal.h>
#include <limits>
#include <memory>
+ Include dependency graph for radio_cell.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  com::lomiri::location::connectivity::RadioCell
 Models a radio cell that one of the modems in the system is connected to. More...
 
struct  com::lomiri::location::connectivity::RadioCell::Gsm
 Models a GSM radio cell. More...
 
struct  com::lomiri::location::connectivity::RadioCell::Umts
 Models a UMTS radio cell. More...
 
struct  com::lomiri::location::connectivity::RadioCell::Lte
 Models an LTE radio cell. More...
 

Namespaces

namespace  com
 
namespace  com::lomiri
 
namespace  com::lomiri::location
 
namespace  com::lomiri::location::connectivity
 

Functions

bool com::lomiri::location::connectivity::operator== (const RadioCell::Gsm &lhs, const RadioCell::Gsm &rhs)
 Returns true iff lhs equals rhs.
 
std::ostream & com::lomiri::location::connectivity::operator<< (std::ostream &out, const RadioCell::Gsm &gsm)
 Pretty-prints the given gsm details to the given output stream.
 
bool com::lomiri::location::connectivity::operator== (const RadioCell::Umts &lhs, const RadioCell::Umts &rhs)
 Returns true iff lhs equals rhs.
 
std::ostream & com::lomiri::location::connectivity::operator<< (std::ostream &out, const RadioCell::Umts &umts)
 Pretty-prints the given umts details to the given output stream.
 
bool com::lomiri::location::connectivity::operator== (const RadioCell::Lte &lhs, const RadioCell::Lte &rhs)
 Returns true iff lhs equals rhs.
 
std::ostream & com::lomiri::location::connectivity::operator<< (std::ostream &out, const RadioCell::Lte &lte)
 Pretty-prints the given gsm details to the given output stream.
 
bool com::lomiri::location::connectivity::operator== (const RadioCell &lhs, const RadioCell &rhs)
 Returns true iff lhs equals rhs.
 
std::ostream & com::lomiri::location::connectivity::operator<< (std::ostream &out, const RadioCell &cell)
 Pretty-prints the given cell to the given output stream.