Go to the source code of this file.
#define XN_STATUS_MESSAGE |
( |
|
csName, |
|
|
|
csMessage |
|
) |
| { 0, XN_STRINGIFY(csName), csMessage }, |
Adds an entry to the message map.
#define XN_STATUS_MESSAGE_MAP_END_FROM |
( |
|
group, |
|
|
|
first |
|
) |
| |
Value:}; \
XnUInt32 XnStatus
Definition: XnStatus.h:33
XN_C_API XnStatus XN_C_DECL xnRegisterErrorCodeMessages(XnUInt16 nGroup, XnUInt16 nFirst, XnUInt16 nCount, XnErrorCodeData *pErrorCodeData)
Definition: XnStatusRegister.h:32
Marks the end of a message map.
#define XN_STATUS_MESSAGE_MAP_START_FROM |
( |
|
group, |
|
|
|
first |
|
) |
| |
Value: { \
{ first, XN_STRINGIFY(group) "_OK", XN_STRINGIFY(group) " OK" },
Definition: XnStatusRegister.h:32
#define XN_STATUS_REGISTER |
This function registers error codes to the message map.
- Parameters
-
nGroup | [in] The group for which these errors belong to. |
nFirst | [in] The first value. |
nCount | [in] The number of status messages to register. |
pErrorCodeData | [in] An array of status messages. |