|
lomiri-location-service ..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
#include <stub.h>
Public Member Functions | |
| Stub (const dbus::Bus::Ptr &connection) | |
| Stub (const Stub &)=delete | |
| Stub & | operator= (const Stub &)=delete |
| ~Stub () noexcept | |
| session::Interface::Ptr | create_session_for_criteria (const Criteria &criteria) |
| const core::Property< State > & | state () const |
| core::Property< bool > & | does_satellite_based_positioning () |
| core::Property< bool > & | does_report_cell_and_wifi_ids () |
| core::Property< bool > & | is_online () |
| core::Property< std::map< SpaceVehicle::Key, SpaceVehicle > > & | visible_space_vehicles () |
| core::Property< std::vector< std::string > > & | client_applications () |
Definition at line 34 of file service/stub.h.
| com::lomiri::location::service::Stub::Stub | ( | const dbus::Bus::Ptr & | connection | ) |
Referenced by operator=(), and Stub().
|
delete |
|
noexcept |
| core::Property< std::vector< std::string > > & com::lomiri::location::service::Stub::client_applications | ( | ) |
References client_applications().
Referenced by client_applications().
| session::Interface::Ptr com::lomiri::location::service::Stub::create_session_for_criteria | ( | const Criteria & | criteria | ) |
References create_session_for_criteria().
Referenced by create_session_for_criteria().
| core::Property< bool > & com::lomiri::location::service::Stub::does_report_cell_and_wifi_ids | ( | ) |
References does_report_cell_and_wifi_ids().
Referenced by does_report_cell_and_wifi_ids().
| core::Property< bool > & com::lomiri::location::service::Stub::does_satellite_based_positioning | ( | ) |
References does_satellite_based_positioning().
Referenced by does_satellite_based_positioning().
| core::Property< bool > & com::lomiri::location::service::Stub::is_online | ( | ) |
| const core::Property< State > & com::lomiri::location::service::Stub::state | ( | ) | const |
| core::Property< std::map< SpaceVehicle::Key, SpaceVehicle > > & com::lomiri::location::service::Stub::visible_space_vehicles | ( | ) |
References visible_space_vehicles().
Referenced by visible_space_vehicles().