Serial and networking devices and utilities.
Namespaces | |
net | |
A set of useful routines for networking. | |
Classes | |
class | CClientTCPSocket |
A TCP socket that can be connected to a TCP server, implementing MRPT's CStream interface for passing objects as well as generic read/write methods. More... | |
class | CInterfaceFTDI |
A definition of a CStream actually representing a USB connection to a FTDI chip. More... | |
class | CSerialPort |
A communications serial port built as an implementation of a utils::CStream. More... | |
class | CServerTCPSocket |
A TCP socket that can be wait for client connections to enter. More... | |
struct | TFTDIDevice |
A list of FTDI devices and their descriptors. More... | |
Typedefs | |
typedef std::deque< TFTDIDevice > | TFTDIDeviceList |
Used in CInterfaceFTDI::ListAllDevices. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, const TFTDIDevice &d) |
Print out all the information of a FTDI device in textual form. More... | |
typedef std::deque<TFTDIDevice> mrpt::comms::TFTDIDeviceList |
Used in CInterfaceFTDI::ListAllDevices.
Definition at line 46 of file CInterfaceFTDI.h.
std::ostream& mrpt::comms::operator<< | ( | std::ostream & | o, |
const TFTDIDevice & | d | ||
) |
Print out all the information of a FTDI device in textual form.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |