#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
#include <string.h>
#include <time.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <netdb.h>
#include <assert.h>
Go to the source code of this file.
◆ DEFAULT_PORTNUM
#define DEFAULT_PORTNUM 11411 |
◆ ROS_EMBEDDED_LINUX_COMMS_H
#define ROS_EMBEDDED_LINUX_COMMS_H |
◆ elCommInit()
int elCommInit |
( |
const char * |
portName, |
|
|
int |
baud |
|
) |
| |
◆ elCommRead()
◆ elCommWrite()
int elCommWrite |
( |
int |
fd, |
|
|
uint8_t * |
data, |
|
|
int |
len |
|
) |
| |
◆ error()
void error |
( |
const char * |
msg | ) |
|
◆ set_nonblock()
void set_nonblock |
( |
int |
socket | ) |
|