#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/shm.h>
#include <unistd.h>
#include <termios.h>
#include "xarm/core/port/ser.h"
#include "xarm/core/common/crc16.h"
Go to the source code of this file.
Functions | |
static void | recv_proc_ (void *arg) |