API

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

This graph shows which files directly or indirectly include this file:

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)
 

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.hpp.

Macro Definition Documentation

◆ NETSERIAL_E_COMM

#define NETSERIAL_E_COMM   (-50020)

Definition at line 17 of file netSerial.hpp.

◆ NETSERIAL_E_CONNECT

#define NETSERIAL_E_CONNECT   (-50010)

Definition at line 16 of file netSerial.hpp.

◆ NETSERIAL_E_NETWORK

#define NETSERIAL_E_NETWORK   (-50000)

Definition at line 15 of file netSerial.hpp.

◆ NETSERIAL_E_NOERROR

#define NETSERIAL_E_NOERROR   (0)

Definition at line 14 of file netSerial.hpp.