
●
int CKVCConnection::OnJoystickEvent(TKVCEvent event,
TKVCJoystickData *pJData);
The method
OnJoystickEvent
is called when the joystick is moved from
the 0 position and reaches the 0 position. The current position is transferred
in the parameter
event
, and the current values in the parameter
pJDa-
ta
.
●
int CKVCConnection::OnSpacemouseEvent(TKVCEvent event,
TKVCSpaceMouseData *pSMData);
The method
OnSpacemouseEvent
is called when the space mouse is
moved from the 0 position and reaches the 0 position. The current position
is transferred in the parameter
event
, and the current values in the pa-
rameter
pSMData.
●
int CKVCConnection::OnDisconnect(int val);
The method
OnDisconnect
will be called if the client terminates the con-
nection with the disconnect message.
●
int CKVCConnection::OnAliveMsg();
The mehtod
OnAliveMsg
will be called when the client receives a Keep-
AliveMessage.
●
int CKVCConnection::GetWheelVal(TKVCHandWheelData
&hwData);
The method
GetWheelVal
returns the current position value of the wheel
in
hwData.absVal
, and the modification value since the last call in
hwDa-
ta.dynVal
.
●
int CKVCConnection::GetOverrideValue(SINT16 &overri-
deVal);
The method
GetOverrideValue
returns the current value of the override
potentiometers in the variable
overrideVal
.
●
int CKVCConnection::GetJoystickPos(TKVCJoystickData
&jData);
The method
GetJoystickPos
returns the current joystick position in the
variable
jData
.
●
int CKVCConnection::GetSpaceMousePos(TKVCSpaceMouseDa-
ta &smData);
The method
GetSpaceMousePos
returns the current space mouse posi-
tion in the variable
smData
.
●
int CKVCConnection::GetLedState(UINT8 ledNr , UINT8
&state);
The method
GetLedState
is used to request the current state of the LED
transferred in
ledNr
. The result is returned in
state
.
●
int CKVCConnection::GetContrast(UINT8 &contrast);
The method
GetContrast
returns the current value of the contrast setting
in the variable
contrast
.
Software
© KEBA 2009
User's Manual V1.50
83
Summary of Contents for KeTop T100
Page 1: ...KEMRO KeTop T50VGA User s Manual V1 50 Translation of the original instructions ...
Page 4: ......
Page 10: ......