#include "streaminterface.h"
#include <xstypes/xsplatform.h>
#include <xstypes/xsmessage.h>
#include <xstypes/xsbaud.h>
#include <xstypes/xscontrolline.h>
Go to the source code of this file.
Classes | |
class | SerialInterface |
The low-level serial communication class. More... | |
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... | |
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.