VARJO TRACKING PLUGIN SDK DOCUMENTATION
Varjo_motion_platform.h
Go to the documentation of this file.
1 // Copyright 2021 Varjo Technologies Oy. All rights reserved.
2 
3 #ifndef VARJO_MOTION_PLATFORM_H
4 #define VARJO_MOTION_PLATFORM_H
5 
6 #include "Varjo_export.h"
7 #include "Varjo_types.h"
8 #include "Varjo_plugin_common.h"
9 
10 #if defined __cplusplus
11 extern "C" {
12 #endif // __cplusplus
13 
25  varjo_PluginContext context, //
26  varjo_DeviceType deviceType, //
27  const varjo_DevicePose* pose, //
28  varjo_DevicePose* updatedPose);
29 
30 #if defined __cplusplus
31 } // extern "C"
32 #endif // __cplusplus
33 
34 #endif // VARJO_MOTION_PLATFORM_H
varjo_PluginStatus
int64_t varjo_PluginStatus
Definition: Varjo_types.h:181
Varjo_export.h
Varjo_plugin_common.h
varjo_DeviceType
int64_t varjo_DeviceType
Definition: Varjo_types.h:187
varjo_DevicePose
Definition: Varjo_types.h:89
Varjo_types.h
varjo_PluginContext
struct varjo_PluginContext_t * varjo_PluginContext
Definition: Varjo_types.h:193
varjo_UpdatePose
varjo_PluginStatus varjo_UpdatePose(varjo_PluginContext context, varjo_DeviceType deviceType, const varjo_DevicePose *pose, varjo_DevicePose *updatedPose)
Requests tracked device pose update.