OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
General purpose request structure. More...
#include <OgreWorkQueue.h>
Public Member Functions | |
Request (uint16 channel, uint16 rtype, const Any &rData, uint8 retry, RequestID rid) | |
Constructor. | |
~Request () | |
uint16 | getChannel () const |
Get the request channel (top level categorisation) | |
const Any & | getData () const |
Get the user details of this request. | |
RequestID | getID () const |
Get the identifier of this request. | |
uint8 | getRetryCount () const |
Get the remaining retry count. | |
uint16 | getType () const |
Get the type of this request within the given channel. | |
General purpose request structure.
Ogre::WorkQueue::Request::Request | ( | uint16 | channel, |
uint16 | rtype, | ||
const Any & | rData, | ||
uint8 | retry, | ||
RequestID | rid | ||
) |
Constructor.
Ogre::WorkQueue::Request::~Request | ( | ) |
|
inline |
Get the request channel (top level categorisation)
|
inline |
Get the type of this request within the given channel.
Get the user details of this request.
|
inline |
Get the remaining retry count.
|
inline |
Get the identifier of this request.