API

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>
Include dependency graph for netSerial.cpp:

Go to the source code of this file.

Namespaces

 MagAOX
 
 MagAOX::tty
 

Detailed Description

Managing a connection to a serial device over a network socket.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

This code is taken from the LBTAO/MagAO supervisor source code, modifications mainly for c++.

Definition in file netSerial.cpp.