OpenNI 1.0.0
Typedefs | Functions
XnEnumerationErrors.h File Reference
#include <XnTypes.h>

Go to the source code of this file.

Typedefs

typedef struct XnModuleError * XnEnumerationErrorsIterator

Functions

XN_C_API XnStatus xnEnumerationErrorsAllocate (XnEnumerationErrors **ppErrors)
XN_C_API void xnEnumerationErrorsFree (const XnEnumerationErrors *pErrors)
XN_C_API XnStatus xnEnumerationErrorsAdd (XnEnumerationErrors *pErrors, const XnProductionNodeDescription *pDesc, XnStatus nError)
XN_C_API XnStatus xnEnumerationErrorsToString (const XnEnumerationErrors *pErrors, XnChar *csBuffer, XnUInt32 nSize)
XN_C_API XnStatus xnEnumerationErrorsClear (XnEnumerationErrors *pErrors)
XN_C_API
XnEnumerationErrorsIterator 
xnEnumerationErrorsGetFirst (const XnEnumerationErrors *pErrors)
XN_C_API
XnEnumerationErrorsIterator 
xnEnumerationErrorsGetNext (XnEnumerationErrorsIterator it)
XN_C_API XnBool xnEnumerationErrorsIteratorIsValid (XnEnumerationErrorsIterator it)
XN_C_API const
XnProductionNodeDescription
xnEnumerationErrorsGetCurrentDescription (XnEnumerationErrorsIterator it)
XN_C_API XnStatus xnEnumerationErrorsGetCurrentError (XnEnumerationErrorsIterator it)