URG debugging functions. More...
#include "urg_sensor.h"
Go to the source code of this file.
Functions | |
int | urg_raw_write (urg_t *urg, const char *data, int data_size) |
Directly send raw data to the sensor. | |
int | urg_raw_read (urg_t *urg, char *data, int max_data_size, int timeout) |
Directly get raw data from the sensor. | |
int | urg_raw_readline (urg_t *urg, char *data, int max_data_size, int timeout) |
Directly get raw data from the sensor until end-of-line. |
URG debugging functions.