All Frameworks Class Hierarchy This Framework Indexes
System Interface CATIMessageReceiver
Usage: you can freely reimplement this interface.
interface CATIMessageReceiver
Interface to handle backbone messages.
Role: This interface gives the possibility to handle backbone messages
when they arrive to the receiver application. This interface must be implemented by
an object declared to the receiver by the CATICommunicator.AssociateHandler method.
- See also:
- CATIStreamMsg, CATIBBStreamer, CATICommMsg, CATICommunicator, CATBBMessage, CATICommunicatorLoop
Method Index
- o
HandleMessage(CATICommMsg*)
- Process the incoming backbone message.
Methods
o HandleMessage
| public virtual HandleMessage( | | iMessage) |
-
Process the incoming backbone message.
Role: when a backbone message arrives on a process,
the handler object associated to this message with the
CATICommunicator.AssociateHandler, will be called on the method HandleMessage
- Parameters:
-
- iMessage
- Pointer to the incomming message
This object is included in the file: CATIMessageReceiver.h
If needed, your Imakefile.mk should include the module: CATSysCommunication