serialPort.h File Reference
#include <iostream>
#include <stdio.h>
#include <vector>
#include <boost/asio.hpp>
#include <boost/function.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/filesystem.hpp>
Include dependency graph for serialPort.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SerialPort
 Class which manages the logic relative to send/receive messages from Serial Port. This class implements all the logic necessary to communicate with UART port. More...
 

Detailed Description