|
Monado OpenXR Runtime
|
Central object remote object. More...
#include <remote/r_internal.h>

Data Fields | ||
| struct xrt_system_devices | base | |
| struct xrt_tracking_origin | origin | |
| Origin for all locations. | ||
| struct r_remote_connection | rc | |
| Connection to the controller. | ||
| struct r_remote_data | reset | |
| The data that the is the reset position. | ||
| struct r_remote_data | latest | |
| The latest data received. | ||
| r_socket_t | accept_fd | |
| Incoming connection socket. | ||
| uint16_t | port | |
| uint32_t | view_count | |
| struct os_thread_helper | oth | |
| int32_t | left_index | |
| Index to the left controller. | ||
| int32_t | right_index | |
| Index to the right controller. | ||
| struct { | ||
| bool hmd | ||
| bool left | ||
| bool right | ||
| } | gui | |
Central object remote object.
| r_socket_t r_hub::accept_fd |
Incoming connection socket.
Referenced by r_create_devices().
| struct r_remote_data r_hub::latest |
The latest data received.
Referenced by r_create_devices().
| int32_t r_hub::left_index |
Index to the left controller.
Referenced by r_create_devices().
| struct xrt_tracking_origin r_hub::origin |
Origin for all locations.
Referenced by r_create_devices().
| struct r_remote_connection r_hub::rc |
Connection to the controller.
Referenced by r_create_devices().
| struct r_remote_data r_hub::reset |
The data that the is the reset position.
Referenced by r_create_devices().
| int32_t r_hub::right_index |
Index to the right controller.
Referenced by r_create_devices().