|
uint32_t | get_sample_count () |
|
| MyAhrsPlus (std::string port="", unsigned int baudrate=115200) |
|
void | register_attribute_callback (void(*callback)(void *context, int sensor_id, const char *attribute_name, const char *value), void *callback_context) |
|
void | register_data_callback (void(*callback)(void *context, int sensor_id, SensorData *sensor_data), void *callback_context) |
|
bool | wait_data (int timeout_msec=500) |
|
virtual | ~MyAhrsPlus () |
|
bool | cmd_ascii_data_format (const char *asc_output=0, int timeout_msec=500) |
|
bool | cmd_baudrate (int timeout_msec=500) |
|
bool | cmd_baudrate (const char *baudrate, int timeout_msec=500) |
|
bool | cmd_binary_data_format (const char *bin_output=0, int timeout_msec=500) |
|
bool | cmd_calibration_parameter (char sensor_type, const char *calibration_parameters=0, int timeout_msec=500) |
|
bool | cmd_clear_user_orientation_offset (int timeout_msec=500) |
|
bool | cmd_divider (int timeout_msec=500) |
|
bool | cmd_divider (const char *divider, int timeout_msec=500) |
|
bool | cmd_id (int timeout_msec=500) |
|
bool | cmd_id (const char *str_sensor_id, int timeout_msec=500) |
|
bool | cmd_mode (const char *mode_string=0, int timeout_msec=500) |
|
bool | cmd_ping (int timeout_msec=500) |
|
bool | cmd_restore_all_default (int timeout_msec=500) |
|
bool | cmd_save (int timeout_msec=500) |
|
bool | cmd_sensitivity (int timeout_msec=500) |
|
bool | cmd_serial_number (int timeout_msec=500) |
|
bool | cmd_set_user_orientation_offset (int timeout_msec=500) |
|
bool | cmd_set_user_orientation_offset (const char *enable_yaw_offset, int timeout_msec=500) |
|
void | cmd_trigger () |
|
bool | cmd_version (int timeout_msec=500) |
|
bool | get_attribute (const char *attrib_name, std::string &attrib_value) |
|
std::vector< std::string > | get_attribute_list () |
|
SensorData | get_data () |
|
void | get_data (SensorData &data) |
|
int | get_sensor_id () |
|
| iMyAhrsPlus (std::string port_name="", unsigned int baudrate=115200) |
|
bool | resync () |
|
const char * | sdk_version () |
|
bool | start (std::string port_name="", int baudrate=-1) |
|
void | stop () |
|
virtual | ~iMyAhrsPlus () |
|
Definition at line 2951 of file myahrs_plus.hpp.