#include "serialinterface.h"
#include <xstypes/xsportinfo.h>
#include <xstypes/xscontrolline.h>
#include "rx_tx_log.h"
#include <errno.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <string.h>
#include <sys/param.h>
#include <sys/file.h>
#include <stdarg.h>
#include <linux/serial.h>
Go to the source code of this file.
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
#define | CHECK_COMMSTATE(req, res, field) |
Functions | |
SerialInterface::PortOptions | operator& (SerialInterface::PortOptions lhs, SerialInterface::PortOptions rhs) |
Logical and operator for flow controls. More... | |
SerialInterface::PortOptions | operator| (SerialInterface::PortOptions lhs, SerialInterface::PortOptions rhs) |
Logical or operator for flow controls. More... | |
SerialInterface::PortOptions | operator~ (SerialInterface::PortOptions lhs) |
Logical inversion operator for flow controls. More... | |
template<typename T > | |
static T | setBitsEnabled (T field, T bits, bool cond) |
#define _CRT_SECURE_NO_DEPRECATE |
Definition at line 88 of file serialinterface.cpp.
#define CHECK_COMMSTATE | ( | req, | |
res, | |||
field | |||
) |
SerialInterface::PortOptions operator& | ( | SerialInterface::PortOptions | lhs, |
SerialInterface::PortOptions | rhs | ||
) |
Logical and operator for flow controls.
Definition at line 879 of file serialinterface.cpp.
SerialInterface::PortOptions operator| | ( | SerialInterface::PortOptions | lhs, |
SerialInterface::PortOptions | rhs | ||
) |
Logical or operator for flow controls.
Definition at line 873 of file serialinterface.cpp.
SerialInterface::PortOptions operator~ | ( | SerialInterface::PortOptions | lhs | ) |
Logical inversion operator for flow controls.
Definition at line 885 of file serialinterface.cpp.
|
static |
Definition at line 322 of file serialinterface.cpp.