GnssClient Class Reference

Client class.

#include <gnssClient.h>

Inheritance diagram for GnssClient:

Public Member Functions

 GnssClient (std::string ip, int dport, int sport)
 
void asyncSetPowerStatus (dpyGnss::GnssPowerStatus power_stat, dpyGnss::result_handler_function handler)
 
void asyncGetPowerStatus (dpyGnss::power_status_handler_function handler)
 
void getPeriodicPosition_S (dpyGnss::get_periodic_position_handler_function handler)
 
void getPeriodicPosition_U ()
 
void asyncGetLastPosition (dpyGnss::get_position_handler_function handler)
 
void asyncGetStoredTimeDate (dpyGnss::get_time_date_handler_function handler)
 
void asyncGetModuleInfo (dpyGnss::GnssInfo info, dpyGnss::get_info_handler_function handler)
 
void asyncPerformSoftwareReset (dpyGnss::SwResetType reset_type, dpyGnss::result_handler_function handler)
 
void asyncPerformHardwareReset (dpyGnss::result_handler_function handler)
 
void asyncGetStatus (dpyGnss::get_gnss_status_handler_function handler)
 
void getPeriodicStatus_S (dpyGnss::get_gnss_status_handler_function handler)
 
void getPeriodicStatus_U ()
 
void asyncStartSimulationMode (dpyGnss::SimulationMode simulation_type, std::string file_path, dpyGnss::result_handler_function handler)
 
void asyncStopSimulationMode (dpyGnss::result_handler_function handler)
 
- Public Member Functions inherited from DpyMwClient
 DpyMwClient (std::string &ip, int dport, int sport)
 
void start ()
 
void stop ()
 
void subscribe (int messageType, boost::any handler)
 
void unsubscribe (int messageType)
 
bool isAlive ()
 
void monitorServiceAvailability_S (const f_hearbeat_handler &handler)
 
void monitorServiceAvailability_U ()
 

Additional Inherited Members

- Protected Member Functions inherited from DpyMwClient
void sendRequest (int requestType, int responseType, std::string content, boost::any handler, int ms_timeout=2000)
 
- Protected Attributes inherited from DpyMwClient
map_proto_register_client m_register_map
 
std::mutex m_map_mutex