lomiri-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
Go to the documentation of this file.
18 #ifndef LOCATION_SERVICE_COM_LOMIRI_LOCATION_SERVICE_STATE_H_
19 #define LOCATION_SERVICE_COM_LOMIRI_LOCATION_SERVICE_STATE_H_
23 namespace com {
namespace lomiri {
namespace location {
namespace service
43 #endif // LOCATION_SERVICE_COM_LOMIRI_LOCATION_SERVICE_STATE_H_
bool operator==(State lhs, State rhs)
operator== returns true if lhs == rhs.
State
State enumerates the known states of the service.
std::ostream & operator<<(std::ostream &out, State state)
operator<< inserts state into the out.
@ disabled
The service has been disabled by the user.
@ enabled
The service is enabled but not actively carrying out positioning.
@ active
The service is actively trying to determine the position of the device.
bool operator!=(State lhs, State rhs)
operator != returns true if !(lhs == rhs).
std::istream & operator>>(std::istream &in, State &state)
operator>> extracts state from in.