|
Katana Plug-in APIs 0.1
|
The EndOfRenderMessage class encapsulates the message sent to Katana instructing it that there is no more data for the specified channel and it can clear up any data structures that it maintains for this channel. More...
#include <EndOfRenderMessage.h>
Public Member Functions | |
| EndOfRenderMessage (const NewChannelMessage &channel) | |
| Create a new instance of a EndOfRenderMessage message that, when sent to Katana will let the Catalog Server know that there is no more data to be sent through for this specified channel. | |
| EndOfRenderMessage (const uint8_t *frameID, uint16_t channelID=0) | |
| Create a new instance of a EndOfRenderMessage message that, when sent to Katana will let the Catalog Server know that there is no more data to be sent through for this specified channel. | |
The EndOfRenderMessage class encapsulates the message sent to Katana instructing it that there is no more data for the specified channel and it can clear up any data structures that it maintains for this channel.
The EndOfRender message should only be sent down the pipe when no more data is to be sent for the channel.
| Foundry::Katana::EndOfRenderMessage::EndOfRenderMessage | ( | const NewChannelMessage & | channel | ) | [explicit] |
Create a new instance of a EndOfRenderMessage message that, when sent to Katana will let the Catalog Server know that there is no more data to be sent through for this specified channel.
| [in] | channel | the channel object that will be closed |
| Foundry::Katana::EndOfRenderMessage::EndOfRenderMessage | ( | const uint8_t * | frameID, |
| uint16_t | channelID = 0 |
||
| ) | [explicit] |
Create a new instance of a EndOfRenderMessage message that, when sent to Katana will let the Catalog Server know that there is no more data to be sent through for this specified channel.
| [in] | frameID | a pointer to a 16 byte array containing a unique frameID |
| [in] | channelID | the channel ID for the channel that should be closed. |
1.7.3