Show
Ignore:
Timestamp:
09/02/02 15:15:04 (6 years ago)
Author:
patrickh
Message:

Added the Isense chunk type to the list of types allowed for position,
analog, and digital proxies. (I thought this bug only existed in 1.1
or I would have made this change much sooner.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/RELENG_1_0/juggler_1.0/Data/chunksDesc

    r10399 r10508  
    4949chunk AnaProxy "Analog Proxy" "Used to access a single analog input source" 
    5050  Name String 1 "Name" "Unique name of an instance of this chunk type" 
    51   device Chunk 1 "Device" vj_enumeration { "SimAnalog" "IBox" "TrackdController" } "The device this proxy attaches to" 
     51  device Chunk 1 "Device" vj_enumeration { "SimAnalog" "IBox" "TrackdController" "Isense" } "The device this proxy attaches to" 
    5252  unit Int 1 "Unit" "The unit in the device this proxy attaches to" 
    5353  end 
    5454chunk DigProxy "Digital Proxy" "Used to access a single digital (binary) input source" 
    5555  Name String 1 "Name" "Unique name of an instance of this chunk type" 
    56   device Chunk 1 "Device" vj_enumeration { "SimDigital" "IBox" "PinchGlove" "ThreeDMouse" "SimDigitalGlove" "TrackdController" } "The device this proxy attaches to" 
     56  device Chunk 1 "Device" vj_enumeration { "SimDigital" "IBox" "PinchGlove" "ThreeDMouse" "SimDigitalGlove" "TrackdController" "Isense" } "The device this proxy attaches to" 
    5757  unit Int 1 "Unit" "The unit in the device this proxy attaches to" 
    5858  end 
     
    6464chunk PosProxy "Position Proxy" "Used to access a single positional input source" 
    6565  Name String 1 "Name" "Unique name of an instance of this chunk type" 
    66   device Chunk 1 "device" vj_enumeration { "Flock" "SimPosition" "DummyPosition" "MotionStar" "TrackdSensor" "SimRelativePosition" } "The device the proxy points to" 
     66  device Chunk 1 "device" vj_enumeration { "Flock" "SimPosition" "DummyPosition" "MotionStar" "TrackdSensor" "SimRelativePosition" "Isense" } "The device the proxy points to" 
    6767  unit Int 1 "unit" "The unit in the device this proxy attaches to" 
    6868  etrans Bool 1 "Enable Transformation" "If true, the Proxy Transformation is applied to data"