全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 ページ
urg_debug.h
説明を見る。
1 #ifndef URG_DEBUG_H
2 #define URG_DEBUG_H
3 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 #include "urg_sensor.h"
24 
25 
27  extern int urg_raw_write(urg_t *urg, const char *data, int data_size);
28 
29 
31  extern int urg_raw_read(urg_t *urg, char *data, int max_data_size,
32  int timeout);
33 
35  extern int urg_raw_readline(urg_t *urg,char *data, int max_data_size,
36  int timeout);
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* !URG_DEBUG_H */