openmaia::message
object stores informations about the message.
The message is composed from a command attribute and a set of parameters.
Both command and parameters are available using public attributes or methods.
The list of public methods is reported here.
-message()
Build the object and initialize attributes.
-set_command(command)
Set the command attribute.
-get_command()
Return the value of command attribute.
-add_parameter(parameter)
Add passed parameter to parameters list.
-get_par_count()
Return the count of stored parameters.
-get_parameter(n)
Return the value of parameter number n in list.