![]() |
Public API Reference |
This is a message dispatcher. More...
#include <physicallayer/messaging.h>
Public Member Functions | |
| virtual bool | SendMessage (iCelParameterBlock *params, iCelDataArray *ret=0)=0 |
| Send a message for a specific message id. | |
This is a message dispatcher.
If you want to send messages you create an instance of this interface through the message channel. Then you use that instance to send messages to all interested parties.
Definition at line 163 of file messaging.h.
| virtual bool iMessageDispatcher::SendMessage | ( | iCelParameterBlock * | params, |
| iCelDataArray * | ret = 0 |
||
| ) | [pure virtual] |
Send a message for a specific message id.
| params | contains the parameters for this message. |
| ret | if this is not 0 then it can be used to collect information from the receivers. If 0 then information from the receivers is simply ignored. |