All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Functions
include/c/urg_serial_utils.h File Reference

Auxiliary functions for serial communications. More...

Go to the source code of this file.

Functions

int urg_serial_find_port (void)
 Finds the serial port.
const char * urg_serial_port_name (int index)
 Returns the name of the serial port found.
int urg_serial_is_urg_port (int index)
 Checks whether the serial port corresponds to a URG or not.

Detailed Description

Auxiliary functions for serial communications.

Author:
Satofumi KAMIMURA
Id:
urg_serial_utils.h,v c5747add6615 2015/05/07 03:18:34 alexandr

Function Documentation

int urg_serial_is_urg_port ( int  index)

Checks whether the serial port corresponds to a URG or not.

Return values:
1It is a URG
0Unknown
<0Error
Examples:
find_port.c.