gnssClient.h
Go to the documentation of this file.
27 void asyncSetPowerStatus(dpyGnss::GnssPowerStatus power_stat, dpyGnss::result_handler_function handler);
36 void asyncPerformSoftwareReset(dpyGnss::SwResetType reset_type, dpyGnss::result_handler_function handler);
44 void asyncStartSimulationMode(dpyGnss::SimulationMode simulation_type, std::string file_path,dpyGnss::result_handler_function handler);
50 void asyncSetConfigurationParameter(const std::string& key, const std::string& value, dpyGnss::result_handler_function handler);
51 void asyncGetConfigurationParameter(const std::string& key, dpyGnss::get_configuration_parameter_handler_function handler);
boost::function< void(boost::system::error_code error_code, GnssPowerStatus pwr_stat)> power_status_handler_function
Prototype of the handler function for generateEventMsg method.
Definition: gnssApi.h:104
boost::function< void(boost::system::error_code error_code, GnssInfo type, const std::string &value)> get_info_handler_function
Prototype of the handler function for getModemInfo method.
Definition: gnssApi.h:103
SwResetType
Defines the possible ways of performing a GNSS Reset.
Definition: gnssApi.h:43
boost::function< void(boost::system::error_code error_code)> result_handler_function
Prototype of the handler function for obtaining result of the different operations.
Definition: gnssApi.h:107
GnssInfo
Defines the possible information that can be queried.
Definition: gnssApi.h:70
boost::function< void(boost::system::error_code error_code, GnssPosition &last_position)> get_position_handler_function
Prototype of the handler function for getLastPosition method.
Definition: gnssApi.h:99
GnssPowerStatus
Defines the possible GNSS POWER states that the gnss can be in.
Definition: gnssApi.h:35
boost::function< void(boost::system::error_code error_code, GnssPosition &next_position)> get_periodic_position_handler_function
Prototype of the handler function for setPositionSubscriberHandler method.
Definition: gnssApi.h:100
boost::function< void(boost::system::error_code error_code, tm date)> get_time_date_handler_function
Prototype of the handler function for getStoredTimeDate method.
Definition: gnssApi.h:102
boost::function< void(boost::system::error_code error_code, const std::string &key, const std::string &value)> get_configuration_parameter_handler_function
Prototype of the handler function for getConfigurationParameter method.
Definition: gnssApi.h:106
boost::function< void(boost::system::error_code error_code, GnssStatus ¤t_status)> get_gnss_status_handler_function
Prototype of the handler function for setPositionSubscriberHandler method.
Definition: gnssApi.h:101
boost::function< void(boost::system::error_code error_code, OdometerData &odometer_data)> get_odometer_data_handler_function
Prototype of the handler function for getOdometerData method.
Definition: gnssApi.h:105