Public Member Functions | |
new (me) | |
getPropertyDescriptionList (aScript) | |
beginSprite (me) | |
updateAnalog (me, id, timestamp, analogNum, analogValue) | |
On a new report this function will get called. | |
Private Attributes | |
pAnalogToObserve | |
The name of the VRPN analog object for which reports should be observed (name). | |
pAnalogNum | |
The sensorID of the VRPN analog object. | |
pComparison | |
The type of comparison to make ("Equal to", "Analog greater than value", "Analog less than value"). | |
pComparisonValue | |
The value to compare against incoming analog (float between 0.0 and 1.0). | |
pNumTimes | |
The number of times this cue can be fired. |
Can compare ("Equal to", "Analog greater than value", "Analog less than value") the incoming value to a number between 0 and 1,
Attach this behavior to any sprite.
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)
|
|
|
|
|
|
|
On a new report this function will get called. It then assembles a human readable report and sets the text of the associated sprite. |
|
The sensorID of the VRPN analog object.
|
|
The name of the VRPN analog object for which reports should be observed (name).
|
|
The type of comparison to make ("Equal to", "Analog greater than value", "Analog less than value").
|
|
The value to compare against incoming analog (float between 0.0 and 1.0).
|
|
The number of times this cue can be fired.
|