#include <telekyb_serial/SerialDevice.h>
#include <telekyb_serial/SerialException.h>
#include <sys/file.h>
#include <ros/console.h>
Go to the source code of this file.
Namespaces | |
namespace | TELEKYB_NAMESPACE |
Defines | |
#define | INVALID_FD -1 |
Functions | |
std::ostream & | TELEKYB_NAMESPACE::operator<< (std::ostream &stream, const SerialDevice &device) |
std::string & | TELEKYB_NAMESPACE::operator<< (std::string &string, const SerialDevice &device) |
std::istream & | TELEKYB_NAMESPACE::operator>> (std::istream &stream, SerialDevice &device) |
std::string & | TELEKYB_NAMESPACE::operator>> (std::string &string, SerialDevice &device) |
#define INVALID_FD -1 |
Definition at line 17 of file SerialDevice.cpp.