Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | Related Pages

DART_Events::AnalogCue Class Reference

AnalogCue receives VRPN analog reports and compares them against values before sending a cue. More...

List of all members.

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.


Detailed Description

AnalogCue receives VRPN analog reports and compares them against values before sending a cue.

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)


Member Function Documentation

DART_Events::AnalogCue::beginSprite me   ) 
 

DART_Events::AnalogCue::getPropertyDescriptionList aScript   ) 
 

DART_Events::AnalogCue::new me   ) 
 

DART_Events::AnalogCue::updateAnalog me  ,
id  ,
timestamp  ,
analogNum  ,
analogValue 
 

On a new report this function will get called.

It then assembles a human readable report and sets the text of the associated sprite.


Member Data Documentation

DART_Events::AnalogCue::pAnalogNum [private]
 

The sensorID of the VRPN analog object.

DART_Events::AnalogCue::pAnalogToObserve [private]
 

The name of the VRPN analog object for which reports should be observed (name).

DART_Events::AnalogCue::pComparison [private]
 

The type of comparison to make ("Equal to", "Analog greater than value", "Analog less than value").

DART_Events::AnalogCue::pComparisonValue [private]
 

The value to compare against incoming analog (float between 0.0 and 1.0).

DART_Events::AnalogCue::pNumTimes [private]
 

The number of times this cue can be fired.


Generated on Fri Oct 8 16:38:00 2004 for DART-Lingo by doxygen 1.3.7