serialportApi.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include "serialportTypes.h"
Include dependency graph for serialportApi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SerialPortAvailabilityObserver
 Service Availability observer class. More...
 
class  SerialPortManager
 Allows to interact with a SerialPort service. More...
 

Namespaces

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

Typedefs

typedef boost::function< void(boost::system::error_code &ec)> handler_function
 Handler for status function callback. More...
 
typedef boost::function< void(boost::system::error_code, std::map< std::string, dpySerialPort::SerialPortConf > serialPortMap)> serialPort_list_handler
 Prototype of the handler function for getting serial port list. More...
 
typedef boost::function< void(boost::system::error_code error_code, const std::string &portid, const std::string &data)> serialport_receive_handler_function
 Prototype of the handler function for receiving serial port message. More...