Changeset 10508 for branches/RELENG_1_0/juggler_1.0/Data
- Timestamp:
- 09/02/02 15:15:04 (6 years ago)
- Files:
-
- branches/RELENG_1_0/juggler_1.0/Data/chunksDesc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/RELENG_1_0/juggler_1.0/Data/chunksDesc
r10399 r10508 49 49 chunk AnaProxy "Analog Proxy" "Used to access a single analog input source" 50 50 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" 52 52 unit Int 1 "Unit" "The unit in the device this proxy attaches to" 53 53 end 54 54 chunk DigProxy "Digital Proxy" "Used to access a single digital (binary) input source" 55 55 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" 57 57 unit Int 1 "Unit" "The unit in the device this proxy attaches to" 58 58 end … … 64 64 chunk PosProxy "Position Proxy" "Used to access a single positional input source" 65 65 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" 67 67 unit Int 1 "unit" "The unit in the device this proxy attaches to" 68 68 etrans Bool 1 "Enable Transformation" "If true, the Proxy Transformation is applied to data"
