connector message tcp_parserAll the objects are define inside
openmaia
namespace, so you have to refer them as
openmaia::<object name>or to use
use namespace openmaia;directive to set
openmaia
namespace as default.
connector
object is used to create connection with the message server and to send and receive messages.
An incoming message will cause the call of an handler function specified when connector
object is constructed.
message
object stores informations about message body and parameters.
tcp_parser
object is used inside the connector
object to parse the message incoming from the TCP connection.