Public Member Functions
industrial::comms_fault_handler::CommsFaultHandler Class Reference

Interface definition for communications fault handler. Defines the type of communcations faults that can be handled and the function callbacks that should be executed under the specific fault conditions. More...

#include <comms_fault_handler.h>

Inheritance diagram for industrial::comms_fault_handler::CommsFaultHandler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void connectionFailCB ()=0
 Connection failure callback method. This method will be exectured in the event that a comms connection is lost.
virtual void receiveFailCB ()=0
 Receive failure callback method. This method will be executed in the event that a comms receive fails.
virtual void sendFailCB ()=0
 Send failure callback method. This method will be executed in the event that a comms send fails.

Detailed Description

Interface definition for communications fault handler. Defines the type of communcations faults that can be handled and the function callbacks that should be executed under the specific fault conditions.

Definition at line 46 of file comms_fault_handler.h.


Member Function Documentation

Connection failure callback method. This method will be exectured in the event that a comms connection is lost.

Implemented in industrial::simple_comms_fault_handler::SimpleCommsFaultHandler.

Receive failure callback method. This method will be executed in the event that a comms receive fails.

Implemented in industrial::simple_comms_fault_handler::SimpleCommsFaultHandler.

Send failure callback method. This method will be executed in the event that a comms send fails.

Implemented in industrial::simple_comms_fault_handler::SimpleCommsFaultHandler.


The documentation for this class was generated from the following file:


simple_message
Author(s): Shaun Edwards
autogenerated on Tue Jan 17 2017 21:10:02