next up previous contents
Next: openmaia::connector object Up: Library usage Previous: Include sources into your   Contents


message object

Figure 2.1: openmaia::message object
\includegraphics{images/stl_message.eps}

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.



2005-07-12