mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
vrclient: Move sources out of vrclient_x64 subfolder.
CW-Bug-Id: #22729
This commit is contained in:
parent
98a90a1458
commit
e9aeba85f2
161 changed files with 165 additions and 165 deletions
75
vrclient_x64/cppIVRChaperone_IVRChaperone_002.cpp
Normal file
75
vrclient_x64/cppIVRChaperone_IVRChaperone_002.cpp
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
/* This file is auto-generated, do not edit. */
|
||||
#include "unix_private.h"
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_GetCalibrationState( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_GetCalibrationState_params *params = (struct IVRChaperone_IVRChaperone_002_GetCalibrationState_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetCalibrationState( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_GetSoftBoundsInfo( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_GetSoftBoundsInfo_params *params = (struct IVRChaperone_IVRChaperone_002_GetSoftBoundsInfo_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
params->_ret = (bool)iface->GetSoftBoundsInfo( params->pInfo );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_GetHardBoundsInfo( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_GetHardBoundsInfo_params *params = (struct IVRChaperone_IVRChaperone_002_GetHardBoundsInfo_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
params->_ret = (bool)iface->GetHardBoundsInfo( params->pQuadsBuffer, params->punQuadsCount );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_GetSeatedBoundsInfo( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_GetSeatedBoundsInfo_params *params = (struct IVRChaperone_IVRChaperone_002_GetSeatedBoundsInfo_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
params->_ret = (bool)iface->GetSeatedBoundsInfo( params->pInfo );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_ReloadInfo( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_ReloadInfo_params *params = (struct IVRChaperone_IVRChaperone_002_ReloadInfo_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
iface->ReloadInfo( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_SetSceneColor( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_SetSceneColor_params *params = (struct IVRChaperone_IVRChaperone_002_SetSceneColor_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
iface->SetSceneColor( params->color );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_GetBoundsColor( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_GetBoundsColor_params *params = (struct IVRChaperone_IVRChaperone_002_GetBoundsColor_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
iface->GetBoundsColor( params->pOutputColorArray, params->nNumOutputColors );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_AreBoundsVisible( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_AreBoundsVisible_params *params = (struct IVRChaperone_IVRChaperone_002_AreBoundsVisible_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
params->_ret = (bool)iface->AreBoundsVisible( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRChaperone_IVRChaperone_002_ForceBoundsVisible( void *args )
|
||||
{
|
||||
struct IVRChaperone_IVRChaperone_002_ForceBoundsVisible_params *params = (struct IVRChaperone_IVRChaperone_002_ForceBoundsVisible_params *)args;
|
||||
struct u_IVRChaperone_IVRChaperone_002 *iface = (struct u_IVRChaperone_IVRChaperone_002 *)params->linux_side;
|
||||
iface->ForceBoundsVisible( params->bForce );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue