#include <XnVDeviceMessage.h>
Public Member Functions | |
XnVContextMessage (const xn::Context *pContext) | |
~XnVContextMessage () | |
XnVMessage * | Clone () const |
Static Public Attributes | |
static const XnChar * | ms_strType |
Protected Attributes | |
const xn::Context * | m_pContext |
A Message that holds a XnVDevice
Definition at line 18 of file XnVDeviceMessage.h.
XnVContextMessage::XnVContextMessage | ( | const xn::Context * | pContext | ) |
Constructor. Create a Context Message with a Context.
[in] | pContext | The Context to use in the Context Message |
XnVContextMessage::~XnVContextMessage | ( | ) |
XnVMessage* XnVContextMessage::Clone | ( | ) | const [virtual] |
Create a new Message of the same type (Context Message), with a the same data (the same Device)
Implements XnVMessage.
const xn::Context* XnVContextMessage::m_pContext [protected] |
Definition at line 42 of file XnVDeviceMessage.h.
const XnChar* XnVContextMessage::ms_strType [static] |
The default type for Context Messages - "Context"
Definition at line 40 of file XnVDeviceMessage.h.