mt4cpp
Classes | Typedefs
SerialPort.hpp File Reference

The serial port with timeout based on Boost.Asio. More...

#include <vector>
#include <string>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/asio.hpp>
#include <boost/asio/basic_waitable_timer.hpp>
#include <boost/chrono.hpp>
Include dependency graph for SerialPort.hpp:

Go to the source code of this file.

Classes

class  mt4cpp::BasicSerialPort< clock_type >
 the template for object represents serial port with timeout More...
 

Typedefs

typedef BasicSerialPort
< boost::chrono::steady_clock > 
mt4cpp::SerialPort
 

Detailed Description

The serial port with timeout based on Boost.Asio.