lomiri-location-service ..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
Uniquely identifies a space vehicle, given its type and its id. More...
#include <space_vehicle.h>
Public Member Functions | |
bool | operator== (const SpaceVehicle::Key &rhs) const |
bool | operator< (const SpaceVehicle::Key &rhs) const |
Public Attributes | |
Type | type = Type::unknown |
The positioning system this vehicle belongs to. | |
Id | id = 0 |
Unique id of the space vehicle. | |
Uniquely identifies a space vehicle, given its type and its id.
Definition at line 52 of file space_vehicle.h.
|
inline |
Definition at line 62 of file space_vehicle.h.
|
inline |
Definition at line 57 of file space_vehicle.h.
Id com::lomiri::location::SpaceVehicle::Key::id = 0 |
Unique id of the space vehicle.
Definition at line 55 of file space_vehicle.h.
Referenced by core::dbus::Codec< com::lomiri::location::SpaceVehicle::Key >::decode_argument(), core::dbus::Codec< com::lomiri::location::SpaceVehicle::Key >::encode_argument(), operator<(), com::lomiri::location::operator<<(), and operator==().
Type com::lomiri::location::SpaceVehicle::Key::type = Type::unknown |
The positioning system this vehicle belongs to.
Definition at line 54 of file space_vehicle.h.
Referenced by core::dbus::Codec< com::lomiri::location::SpaceVehicle::Key >::decode_argument(), core::dbus::Codec< com::lomiri::location::SpaceVehicle::Key >::encode_argument(), operator<(), com::lomiri::location::operator<<(), and operator==().