 |
ClearAllEquations |
Marks all force equations on the device as Unset. |
 |
ClearEquation |
Marks the force equation at the specified index on the device as Unset. |
 |
ContinueEquation |
Marks the force equation at the specified index on the device as Running. |
 |
CreateEquationOnDevice |
Uploads a force equation to the device. |
 |
CreateVariable |
Creates an untyped variable in application memory. |
 |
GetAllEquationsStatesFromDevice |
Retrieves the current state of all force equations on the device. |
 |
GetCurrentReading |
Retrieves the current reading for the device. |
 |
GetEquationInformationFromDevice |
Retrieves the current state and the register values for the force equation at the specified index on the device. |
 |
GetLoopRegistersFromDevice |
Retrieves the values of the loop registers on the device. |
 |
GetStaticConfiguration |
Retrieves the static configuration of the device. |
 |
GetVariableAddress |
Retrieves the address of the specified variable in application memory. |
 |
GetVariableByAddress |
Retrieves the name of the variable at the specified address in application memory. |
 |
GetVariablesFromDevice |
Retrieves the values of up to ten variables from application memory, starting at the specified address. |
 |
GetVendorRegistersFromDevice |
Retrieves the values of the vendor loop registers on the device. |
 |
PauseEquation |
Marks the force equation at the specified index on the device as Paused. |
 |
ResetDevice |
Clears all equations and variables on the device. |
 |
SetAngle |
Sets the rotation angle of the wheel. |
 |
SetPowerLevel |
Sets the power level of the wheel. |
 |
SetVariableFloat |
Marks the variable with the specified name as requesting an update to the specified signed floating-point value. |
 |
SetVariableUnsigned |
Marks the variable with the specified name as requesting an update to the specified unsigned floating-point value. |
 |
StartEquation |
Marks the force equation at the specified index on the device as Running. |
 |
StopEquation |
Marks the force equation at the specified index on the device as Stopped. |
 |
UpdateEquationsToDevice |
Updates the state of all equations on the device. |
 |
UpdateVariablesToDevice |
Updates the values of variables in application memory. |