All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Pages
urg_serial_utils.h
Go to the documentation of this file.
1 #ifndef URG_SERIAL_UTILS_H
2 #define URG_SERIAL_UTILS_H
3 
14 
15 extern int urg_serial_find_port(void);
16 
17 
19 extern const char *urg_serial_port_name(int index);
20 
21 
29 extern int urg_serial_is_urg_port(int index);
30 
31 #endif /* !URG_SERIAL_UTILS_H */