imuClient.h
Go to the documentation of this file.
29 void asyncSetConfigImu(dpyImu::set_handler_function handler, int num_property, std::string value);
boost::function< void(boost::system::error_code &ec, dpyImu::info_imu_struct &info_struct)> infoimu_handler_function
Handlers to the functions the client has to implement.
Definition: imuApi.h:86
boost::function< void(boost::system::error_code &ec)> set_handler_function
Result of an operation handler function.
Definition: imuApi.h:88
This class is responsible of the client logic. His main target is to subscribe to the server informat...
Definition: imuClient.h:16
boost::function< void(boost::system::error_code &ec, dpyImu::config_imu_struct &config_struct)> configimu_handler_function
Configuration handler function.
Definition: imuApi.h:87