#include <cob_relayboard/SerialIO.h>
#include <math.h>
#include <string.h>
#include <iostream>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/serial.h>
#include <unistd.h>
#include <termios.h>
Go to the source code of this file.
Functions | |
bool | getBaudrateCode (int iBaudrate, int *iBaudrateCode) |
bool getBaudrateCode | ( | int | iBaudrate, |
int * | iBaudrateCode | ||
) |
Definition at line 82 of file SerialIO.cpp.