#include <XnLog.h>
Go to the source code of this file.
Defines | |
#define | XNV_NITE_MASK_CREATE "XNV_NITE_MASK_CREATE" |
#define | XNV_NITE_MASK_FLOW "XNV_NITE_MASK_FLOW" |
#define | XNV_NITE_MASK_CONNECT "XNV_NITE_MASK_CONNECT" |
#define | XNV_NITE_MASK_POINTS "XNV_NITE_MASK_POINTS" |
#define | XNV_NITE_MASK_SESSION "XNV_NITE_MASK_SESSION" |
#define | XNV_NITE_MASK_MT_QUEUE "XNV_NITE_MASK_MT_QUEUE" |
#define | XNV_NITE_MASK_EVENTS "XNV_NITE_MASK_EVENTS" |
#define XNV_NITE_MASK_CONNECT "XNV_NITE_MASK_CONNECT" |
Connection and disconnection of Listeners to Generators, and changing active controls in Flow Routers
Definition at line 26 of file XnVNiteLog.h.
#define XNV_NITE_MASK_CREATE "XNV_NITE_MASK_CREATE" |
Creation of Generators and Listeners, and their destruction
Definition at line 17 of file XnVNiteLog.h.
#define XNV_NITE_MASK_EVENTS "XNV_NITE_MASK_EVENTS" |
Events in specific controls and detectors
Definition at line 45 of file XnVNiteLog.h.
#define XNV_NITE_MASK_FLOW "XNV_NITE_MASK_FLOW" |
Any Generator sending Point Create/Destroy and Input Start/Stop, and any PointListener receiving such events. If multi-threaded environment is used, adding to the queue also uses this log mask.
Definition at line 22 of file XnVNiteLog.h.
#define XNV_NITE_MASK_MT_QUEUE "XNV_NITE_MASK_MT_QUEUE" |
Access to the multi-thread Queue
Definition at line 40 of file XnVNiteLog.h.
#define XNV_NITE_MASK_POINTS "XNV_NITE_MASK_POINTS" |
Creation and destruction of points
Definition at line 31 of file XnVNiteLog.h.
#define XNV_NITE_MASK_SESSION "XNV_NITE_MASK_SESSION" |
Session state changes
Definition at line 36 of file XnVNiteLog.h.