|
Jamba C++ API 7.5.0
|
Abstraction for allocating and sending a message. More...
#include <MessageProducer.h>
Inherited by GUIController, GUIState, and RTProcessor.
Public Member Functions | |
| virtual IPtr< IMessage > | allocateMessage ()=0 |
| Allocates a message instance. | |
| virtual tresult | sendMessage (IPtr< IMessage > iMessage)=0 |
| Sends the given message to the peer. | |
| virtual | ~IMessageProducer ()=default |
Abstraction for allocating and sending a message.
|
virtualdefault |
|
pure virtual |
Allocates a message instance.
Implemented in GUIController, GUIState, and RTProcessor.
|
pure virtual |
Sends the given message to the peer.
Implemented in GUIController, GUIState, and RTProcessor.