Managing a connection to a serial device over a network socket. More...
#include "netSerial.hpp"
#include <thread>
#include <chrono>
#include <cstring>
#include <cerrno>
#include <sys/time.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
Go to the source code of this file.
Namespaces | |
MagAOX | |
MagAOX::tty | |
Managing a connection to a serial device over a network socket.
This code is taken from the LBTAO/MagAO supervisor source code, modifications mainly for c++.
Definition in file netSerial.cpp.