ubuntu-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
com::ubuntu::location::providers::remote::skeleton::Configuration Struct Reference

All creation time arguments go here. More...

#include <skeleton.h>

+ Collaboration diagram for com::ubuntu::location::providers::remote::skeleton::Configuration:

Public Attributes

std::shared_ptr< core::dbus::Object > object
 Remote object that should implement remote::Interface. More...
 
std::shared_ptr< core::dbus::Bus > bus
 The bus connection for handling incoming requests. More...
 
Provider::Ptr provider
 The actual provider implementation. More...
 

Detailed Description

All creation time arguments go here.

Definition at line 41 of file skeleton.h.

Member Data Documentation

std::shared_ptr<core::dbus::Bus> com::ubuntu::location::providers::remote::skeleton::Configuration::bus

The bus connection for handling incoming requests.

Definition at line 46 of file skeleton.h.

std::shared_ptr<core::dbus::Object> com::ubuntu::location::providers::remote::skeleton::Configuration::object

Remote object that should implement remote::Interface.

Definition at line 44 of file skeleton.h.

Provider::Ptr com::ubuntu::location::providers::remote::skeleton::Configuration::provider

The actual provider implementation.

Definition at line 48 of file skeleton.h.


The documentation for this struct was generated from the following file: