serialMsgManager.h
6 typedef boost::function<void(boost::system::error_code& ec, const std::string& response)> ResponseFunction;
Class which manages the logic relative to send/receive messages via serial port This class implements...
Definition: serialMsgManager.h:15
bool rebootCommunications()
Method to be called when maximum consecutive errors have been reached.
Class which manages the logic relative to send/receive messages. This class implements all the logic ...
Definition: messageManager.h:117