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

#include <provider.h>

+ Collaboration diagram for com::ubuntu::location::providers::skyhook::Provider::Configuration:

Static Public Member Functions

static std::string key_username ()
 
static std::string key_realm ()
 
static std::string key_period ()
 

Public Attributes

std::string user_name
 
std::string realm
 
std::chrono::milliseconds period
 

Detailed Description

Definition at line 44 of file provider.h.

Member Function Documentation

static std::string com::ubuntu::location::providers::skyhook::Provider::Configuration::key_period ( )
inlinestatic

Definition at line 48 of file provider.h.

static std::string com::ubuntu::location::providers::skyhook::Provider::Configuration::key_realm ( )
inlinestatic

Definition at line 47 of file provider.h.

static std::string com::ubuntu::location::providers::skyhook::Provider::Configuration::key_username ( )
inlinestatic

Definition at line 46 of file provider.h.

Member Data Documentation

std::chrono::milliseconds com::ubuntu::location::providers::skyhook::Provider::Configuration::period

Definition at line 52 of file provider.h.

std::string com::ubuntu::location::providers::skyhook::Provider::Configuration::realm

Definition at line 51 of file provider.h.

std::string com::ubuntu::location::providers::skyhook::Provider::Configuration::user_name

Definition at line 50 of file provider.h.


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