|
|
| Interface (const Interface &)=delete |
| |
|
Interface & | operator= (const Interface &)=delete |
| |
virtual const
core::dbus::types::ObjectPath & | path () const =0 |
| |
|
ChannelConnection | install_position_updates_handler (std::function< void(const Update< Position > &)> handler) |
| |
|
ChannelConnection | install_velocity_updates_handler (std::function< void(const Update< Velocity > &)> handler) |
| |
|
ChannelConnection | install_heading_updates_handler (std::function< void(const Update< Heading > &)> handler) |
| |
|
virtual void | start_position_updates ()=0 |
| |
|
virtual void | stop_position_updates () noexcept=0 |
| |
|
virtual void | start_velocity_updates ()=0 |
| |
|
virtual void | stop_velocity_updates () noexcept=0 |
| |
|
virtual void | start_heading_updates ()=0 |
| |
|
virtual void | stop_heading_updates () noexcept=0 |
| |
Definition at line 42 of file interface.h.
The documentation for this class was generated from the following file:
- /build/buildd/location-service-0.0.2+14.04.20140307/include/location_service/com/ubuntu/location/service/session/interface.h