Function
|
Description
|
void BlackTraxBeaconClear()
|
Globally deletes the current set of recognized beacons in the MADRIX 5 Software.
|
int BlackTraxBeaconIsExist(string beaconname)
|
Allows you to check if the specified beacon currently exists in the set of recognized beacons in the MADRIX 5 Software. If the return value = 0, the beacon does not exist.
|
int BlackTraxBeaconGetTimestamp(string beaconname)
|
Returns the optional time stamp of the specified beacon. If the return value = 0, no time stamp exists.
|
int BlackTraxBeaconGetPositionCentroidLatency(string beaconname)
|
Returns the approximate time since the last measurement for the center position of the specified beacon in milliseconds.
|
float BlackTraxBeaconGetPositionCentroidX(string beaconname)
|
Returns the center position of the specified beacon in X.
|
float BlackTraxBeaconGetPositionCentroidY(string beaconname)
|
Returns the center position of the specified beacon in Y.
|
float BlackTraxBeaconGetPositionCentroidZ(string beaconname)
|
Returns the center position of the specified beacon in Z.
|
int BlackTraxBeaconGetPositionTrackedLatency(string beaconname, int value)
|
Returns the approximate time since the last measurement for the tracked position of the specified beacon in milliseconds. Specify which LED is used via value [0, 1, or 2].
|
float BlackTraxBeaconGetPositionTrackedX(string beaconname, int value)
|
Returns the position of the specified beacon in X, which can deviate from the center position. As you can specify an offset to the center for each LED, the offset will be automatically added here, which then represents center position plus offset equals tracked position. Specify which LED is used via value [0, 1, or 2].
|
float BlackTraxBeaconGetPositionTrackedY(string beaconname, int value)
|
Returns the position of the specified beacon in Y, which can deviate from the center position. As you can specify an offset to the center for each LED, the offset will be automatically added here, which then represents center position plus offset equals tracked position. Specify which LED is used via value [0, 1, or 2].
|
float BlackTraxBeaconGetPositionTrackedZ(string beaconname, int value)
|
Returns the position of the specified beacon in Z, which can deviate from the center position. As you can specify an offset to the center for each LED, the offset will be automatically added here, which then represents center position plus offset equals tracked position. Specify which LED is used via value [0, 1, or 2].
|
int BlackTraxBeaconGetQuaterionsLatency(string beaconname)
|
Returns the approximate time since the last measurement for the quaternions position of the specified beacon in milliseconds.
|
float BlackTraxBeaconGetQuaternionsX(string beaconname)
|
Returns the position of the specified beacon in X as expressed in quaternions; a number system for complex numbers and three-dimensional spaces.
|
float BlackTraxBeaconGetQuaternionsY(string beaconname)
|
Returns the position of the specified beacon in Y as expressed in quaternions; a number system for complex numbers and three-dimensional spaces.
|
float BlackTraxBeaconGetQuaternionsZ(string beaconname)
|
Returns the position of the specified beacon in Z as expressed in quaternions; a number system for complex numbers and three-dimensional spaces.
|
float BlackTraxBeaconGetQuaternionsW(string beaconname)
|
Returns the angle W of the specified beacon as expressed in quaternions; a number system for complex numbers and three-dimensional spaces.
|
int BlackTraxBeaconGetEulerLatency(string beaconname)
|
Returns the approximate time since the last measurement for the Euler position of the specified beacon in milliseconds.
|
int BlackTraxBeaconGetEulerOrder(string beaconname)
|
Returns the direction of the specified beacon as expressed in an Euler system.
|
float BlackTraxBeaconGetEulerRotation1(string beaconname)
|
Returns the first part of the rotation of the specified beacon as expressed in an Euler system.
|
float BlackTraxBeaconGetEulerRotation2(string beaconname)
|
Returns the second part of the rotation of the specified beacon as expressed in an Euler system.
|
float BlackTraxBeaconGetEulerRotation3(string beaconname)
|
Returns the third part of the rotation of the specified beacon as expressed in an Euler system.
|
float BlackTraxBeaconGetAccelerationX(string beaconname)
|
Returns the acceleration of the specified beacon in X.
|
float BlackTraxBeaconGetAccelerationY(string beaconname)
|
Returns the acceleration of the specified beacon in Y.
|
float BlackTraxBeaconGetAccelerationZ(string beaconname)
|
Returns the acceleration of the specified beacon in Z.
|
float BlackTraxBeaconGetVelocityX(string beaconname)
|
Returns the speed of the specified beacon in X.
|
float BlackTraxBeaconGetVelocityY(string beaconname)
|
Returns the speed of the specified beacon in Y.
|
float BlackTraxBeaconGetVelocityZ(string beaconname)
|
Returns the speed of the specified beacon in Z.
|