#include <mrpt/config.h>
#include <mrpt/utils/CStream.h>
#include <mrpt/utils/circular_buffer.h>
#include <mrpt/hwdrivers/link_pragmas.h>
#include <deque>
Go to the source code of this file.
Classes | |
struct | mrpt::hwdrivers::TFTDIDevice |
A list of FTDI devices and their descriptors. More... | |
class | mrpt::hwdrivers::CInterfaceFTDI |
A definition of a CStream actually representing a USB connection to a FTDI chip. More... | |
Namespaces | |
mrpt | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
mrpt::hwdrivers | |
Contains classes for various device interfaces. | |
Typedefs | |
typedef std::deque< TFTDIDevice > | mrpt::hwdrivers::TFTDIDeviceList |
Used in CInterfaceFTDI::ListAllDevices. More... | |
Functions | |
std::ostream HWDRIVERS_IMPEXP & | mrpt::hwdrivers::operator<< (std::ostream &o, const TFTDIDevice &d) |
Print out all the information of a FTDI device in textual form. More... | |
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |