33 #ifndef PING_HANDLER_H 34 #define PING_HANDLER_H 45 namespace ping_handler
82 {
return MessageHandler::init(msg_type, connection);};
Interface definition for message handlers. The interface defines the callback function that should ex...
bool init(industrial::smpl_msg_connection::SmplMsgConnection *connection)
Class initializer.
Defines an interface and common methods for sending simple messages (see simple_message). This interface makes a bare minimum of assumptions:
bool init(int msg_type, industrial::smpl_msg_connection::SmplMsgConnection *connection)
Class initializer (Direct call to base class with the same name) I couldn't get the "using" form to w...
This class defines a simple messaging protocol for communicating with an industrial robot controller...
bool internalCB(industrial::simple_message::SimpleMessage &in)
Callback executed upon receiving a ping message.
Message handler that handles ping messages.