Deepsy Gnss namespace that includes the different enums, structs or method signatures that should be used.
|
| 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 error_code, GnssPosition &last_position)> | get_position_handler_function |
| | Prototype of the handler function for getLastPosition method.
|
| |
|
typedef 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.
|
| |
|
typedef 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.
|
| |
|
typedef boost::function< void(boost::system::error_code error_code, tm date)> | get_time_date_handler_function |
| | Prototype of the handler function for getStoredTimeDate method.
|
| |
|
typedef 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.
|
| |
|
typedef boost::function< void(boost::system::error_code error_code, GnssPowerStatus pwr_stat)> | power_status_handler_function |
| | Prototype of the handler function for generateEventMsg method.
|
| |
|
typedef 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.
|
| |
|
typedef 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.
|
| |
|
typedef boost::function< void(boost::system::error_code error_code)> | result_handler_function |
| | Prototype of the handler function for obtaining result of the different operations.
|
| |