syncSerialPort.h
Go to the documentation of this file.
46 SyncSerialPort(const char* port, int baud_rate, boost::asio::serial_port_base::flow_control::type flow, TypeRec type = nocanonical);
88 void read_callback(bool& data_available, std::size_t& bytes_read, const boost::system::error_code& error, std::size_t bytes_transferred);
TypeRec
Enum to indicate how serial port must be configured.
Definition: serialPort.h:34
InputOutputObject()
Constructor of the class.
Definition: syncSerialPort.h:23
boost::asio::basic_waitable_timer< boost::chrono::steady_clock > steady_timer
Typedef to use a steady timer.
Definition: dpyMwClient.h:52
boost::asio::basic_waitable_timer< boost::chrono::steady_clock > steady_timer
Typedef to use a steady timer.
Definition: syncSerialPort.h:26
Class which manages the logic relative to send/receive messages from Synchronous Serial Port...
Definition: syncSerialPort.h:36
Class which manages the logic relative to send/receive messages from Serial Port. This class implemen...
Definition: serialPort.h:28