You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineNDI_HANDLE_NOT_ALLOC 0x2B /*!<\brief The requested port handle has not been allocated. */
2069
2069
#defineNDI_HANDLE_EMPTY 0x2C /*!<\brief The requested port handle has become unoccupied. */
2070
2070
#defineNDI_HANDLES_FULL 0x2D /*!<\brief All handles have been allocated. */
2071
-
#defineNDI_INCOMP_FIRM_VER 0x2E /*!<\brief Incompatible firmware versions.This can occur if: a firmware update failed components with incompatible firmware are connected To correct the problem, update the firmware.If the Multi Firmware feature is installed, select a valid combined firmware revision.For more information, see Multi Firmware Feature on page 197. */
2071
+
#defineNDI_INCOMP_FIRM_VER 0x2E /*!<\brief Incompatible firmware versions.This can occur if: a firmware update failed components with incompatible firmware are connected To correct the problem, update the firmware.If the Multi Firmware feature is installed, select a valid combined firmware revision.For more information, see Multi Firmware Feature on page 197. */
2072
2072
#defineNDI_INV_PORT_DESC 0x2F /*!<\brief Invalid port description. */
2073
2073
#defineNDI_PORT_HAS_HANDLE 0x30 /*!<\brief Requested port is already assigned a port handle. */
#defineNDI_DEF_FILE_ERR 0x40 /*!<\brief Tool Definition File Error.This occurs if: the CRC failed the file format is invalid */
2090
-
#defineNDI_BAD_CHARACTERISTICS 0x41 /*!<\brief Tool characteristics not supported.This occurs when one of the following fields in the tool definition file is outside of the range supported by the system : number of markers number of faces number of groups number of markers per face(unique geometry tools only) */
2089
+
#defineNDI_DEF_FILE_ERR 0x40 /*!<\brief Tool Definition File Error.This occurs if: the CRC failed the file format is invalid */
2090
+
#defineNDI_BAD_CHARACTERISTICS 0x41 /*!<\brief Tool characteristics not supported.This occurs when one of the following fields in the tool definition file is outside of the range supported by the system : number of markers number of faces number of groups number of markers per face(unique geometry tools only) */
2091
2091
#defineNDI_NO_DEVICE 0x42 /*!<\brief Device not present.This occurs when the command is specific to a device that is not connected to the system. */
2092
2092
2093
2093
#defineNDI_ENVIRONMENT 0xf1 /*!<\brief Too much environmental infrared */
0 commit comments