Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef _XNV_NITE_STATUS_H_
00010 #define _XNV_NITE_STATUS_H_
00011
00012 #include <XnCommon.h>
00013
00014 XN_PS_STATUS_MESSAGE_MAP_START(XN_ERROR_GROUP_EE_NITE)
00015 XN_STATUS_MESSAGE(XN_STATUS_NITE_OUT_OF_RANGE, "Out of range")
00016 XN_STATUS_MESSAGE(XN_STATUS_NITE_NOT_ENOUGH_TIME, "Not enough time for calculation")
00017 XN_STATUS_MESSAGE(XN_STATUS_NITE_COOLDOWN, "Inside cooldown period")
00018 XN_STATUS_MESSAGE(XN_STATUS_NITE_UNEXPECTED_DIRECTION, "Unexpected direction")
00019 XN_STATUS_MESSAGE(XN_STATUS_NITE_NO_SUCH_POINT, "No such point")
00020 XN_STATUS_MESSAGE(XN_STATUS_NITE_CANT_REMOVE_POINT, "Can't remove points")
00021 XN_STATUS_MESSAGE(XN_STATUS_NITE_SHOULDNT_REMOVE_POINT, "Shouldn't remove points")
00022 XN_STATUS_MESSAGE(XN_STATUS_NITE_ILLEGAL_INPUT, "Input is illegal")
00023 XN_STATUS_MESSAGE(XN_STATUS_NITE_UNSUPPORTED, "Unsupported NITE feature")
00024 XN_STATUS_MESSAGE(XN_STATUS_NITE_DEPTH_UNAVAILABLE, "No depth available!")
00025
00026 XN_STATUS_MESSAGE(XN_STATUS_NITE_NO_TRACKER, "No hand generator found. One is needed for session manager.")
00027 XN_STATUS_MESSAGE(XN_STATUS_NITE_NO_GESTURE, "No gesture generator found. One is needed for session manager.")
00028 XN_STATUS_MESSAGE(XN_STATUS_NITE_NO_MATCHING_GESTURE, "No gesture generator was found that supports all required gestures.")
00029
00030 XN_STATUS_MESSAGE(XN_STATUS_NITE_UNEXPECTED_TYPE, "Object is of not of expected type")
00031 XN_PS_STATUS_MESSAGE_MAP_END(XN_ERROR_GROUP_EE_NITE)
00032
00033 #endif