serialportTypes.h File Reference
#include <map>
#include <list>
#include <vector>
#include <string>
#include <boost/system/error_code.hpp>
#include <mutex>
Include dependency graph for serialportTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SerialPortConf
 

Namespaces

 dpySerialPort
 Deepsy SERIAL PORT namespace that includes the different enums, structs or method signatures that should be used.
 

Enumerations

enum  ParityType {
  NONE = 0, ODD = 1, EVEN = 2, MARK = 3,
  SPACE = 4
}
 
enum  FlowControl { FLOW_NONE = 0, XONXOFF = 1, RTSCTS = 2, DSRDTR = 3 }
 
enum  SerialPortProtocol { RS485 = 0, RS232 = 1, RSJ1708 = 2 }
 
enum  GpioManagedType { RFS = 0, PIC = 1 }
 

Detailed Description

/ Header file for Serial Port types

Date
07/03/2022