Managing a connection to a serial device over a network socket. More...
Go to the source code of this file.
Classes | |
struct | MagAOX::tty::netSerial |
Manage a connectio to a serial device over a network. More... | |
Namespaces | |
MagAOX | |
MagAOX::tty | |
Macros | |
#define | NETSERIAL_E_NOERROR (0) |
#define | NETSERIAL_E_NETWORK (-50000) |
#define | NETSERIAL_E_CONNECT (-50010) |
#define | NETSERIAL_E_COMM (-50020) |
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.hpp.
#define NETSERIAL_E_COMM (-50020) |
Definition at line 17 of file netSerial.hpp.
#define NETSERIAL_E_CONNECT (-50010) |
Definition at line 16 of file netSerial.hpp.
#define NETSERIAL_E_NETWORK (-50000) |
Definition at line 15 of file netSerial.hpp.
#define NETSERIAL_E_NOERROR (0) |
Definition at line 14 of file netSerial.hpp.