syncSerialPort.h File Reference
#include <boost/chrono.hpp>
#include <boost/asio/waitable_timer_service.hpp>
#include "serialPort.h"
Include dependency graph for syncSerialPort.h:

Go to the source code of this file.

Classes

struct  InputOutputObject
 Struct which contains an io service object. More...
 
class  SyncSerialPort
 Class which manages the logic relative to send/receive messages from Synchronous Serial Port. This class implements all the logic necessary to communicate with UART port. More...
 

Typedefs

typedef boost::asio::basic_waitable_timer< boost::chrono::steady_clock > steady_timer
 Typedef to use a steady timer.
 

Detailed Description