The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/wmr: Comment updates for wmr_protocol.h

Improve the descriptions of some pieces of the WMR
protocol

+3 -1
+3 -1
src/xrt/drivers/wmr/wmr_protocol.h
··· 32 32 33 33 // Messages types specific to WMR Hololens Sensors devices 34 34 #define WMR_MS_HOLOLENS_MSG_SENSORS 0x01 35 - #define WMR_MS_HOLOLENS_MSG_CONTROL 0x02 // Integrated motion controller messages? 35 + #define WMR_MS_HOLOLENS_MSG_CONTROL 0x02 // Firmware read control responses 36 36 #define WMR_MS_HOLOLENS_MSG_DEBUG 0x03 37 37 #define WMR_MS_HOLOLENS_MSG_BT_IFACE 0x05 /* Bluetooth interface */ 38 38 #define WMR_MS_HOLOLENS_MSG_LEFT_CONTROLLER 0x06 /* Left controller */ ··· 43 43 #define WMR_CONTROL_MSG_IPD_VALUE 0x01 44 44 #define WMR_CONTROL_MSG_UNKNOWN_05 0x05 45 45 46 + // Message sub-types for WMR_MS_HOLOLENS_MSG_BT_IFACE WMR Hololens Sensors message 46 47 #define WMR_BT_IFACE_MSG_DEBUG 0x19 47 48 49 + // Controller status codes for WMR_MS_HOLOLENS_MSG_CONTROLLER_STATUS status message 48 50 #define WMR_CONTROLLER_STATUS_UNPAIRED 0x0 49 51 #define WMR_CONTROLLER_STATUS_OFFLINE 0x1 50 52 #define WMR_CONTROLLER_STATUS_ONLINE 0x2