rtcApi.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <boost/shared_ptr.hpp>
#include "dateSourceTypes.h"
Include dependency graph for rtcApi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ParamConfig
 Parameters struct which contains the response received from the service. More...
 
class  Rtc
 Allows to interact with a RTC Service. More...
 

Namespaces

 dpyRtc
 Deepsy Rtc namespace that includes the different enums, structs or method signatures that should be used.
 

Typedefs

typedef boost::function< void(const bool &available)> service_availability_handler
 Prototype of the handler function used to monitor service availability. More...
 
typedef boost::function< void(boost::system::error_code &ec)> result_handler
 Handler for result function callback. This type of function is called when the status callback is done. More...
 
typedef boost::function< void(boost::system::error_code &ec, dpyRtc::ParamConfig &)> params_handler
 Handler for result function callback. This type of function is called when the status callback is done. More...
 
typedef boost::function< void(boost::system::error_code &ec, struct tm date_and_time)> time_and_date_handler
 Handler for result function callback. This type of function is called when the status callback is done. More...
 
typedef boost::function< void(boost::system::error_code &ec, struct tm date_and_time, struct tm last_set_date_and_time)> time_date_set_handler
 Handler for result function callback. This type of function is called when the status callback is done. More...
 
typedef boost::function< void(boost::system::error_code &ec, std::map< std::string, dpyRtc::DateSources > sourceList)> sources_list_handler
 Prototype of the handler function for getting sources list. More...
 

Detailed Description