Jamba C++ API
5.1.1
|
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. More... | |
virtual tresult | sendMessage (IPtr< IMessage > iMessage)=0 |
Sends the given message to the peer. More... | |
virtual | ~IMessageProducer ()=default |
Abstraction for allocating and sending a message.
|
virtualdefault |
|
pure virtual |
Allocates a message instance.
Implemented in GUIState, GUIController, and RTProcessor.
|
pure virtual |
Sends the given message to the peer.
Implemented in GUIState, GUIController, and RTProcessor.