Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

USARBot.GasSensor

Extends
Sensor
Modifiers
config ( USARBot )

Core.Object
|   
+-- Engine.Actor
   |   
   +-- USARBot.Item
      |   
      +-- USARBot.Sensor
         |   
         +-- USARBot.GasSensor

Direct Known Subclasses:

CO2Sensor, COSensor

Variables Summary
array<GasSource>gasSources
StringGasType
floatResoluation
RangeValidRange
Inherited Variables from USARBot.Sensor
bUseGroup, bWithTimeStamp, HiddenSensor, Mean, Noise, OutputCurve, Sigma, utils
Inherited Variables from USARBot.Item
converter, ItemMount, ItemName, ItemType, myDirection, myPosition, Platform, Weight

Functions Summary
function ConvertParam (USARConverter converter)
functionString GetConfData ()
functionString GetData ()
function Init (String SName, Actor parent, vector position, rotator direction, KVehicle platform, name mount)
Inherited Functions from USARBot.Sensor
GetConfData, GetConfHead, GetData, GetGeoData, GetGeoHead, GetHead, Init
Inherited Functions from USARBot.Item
ConvertParam, Init, isName, isType, Set, SetName


Variables Detail

gasSources Source code

var array<GasSource> gasSources;

GasType Source code

var config String GasType;

Resoluation Source code

var config float Resoluation;

ValidRange Source code

var config Range ValidRange;


Functions Detail

ConvertParam Source code

function ConvertParam ( USARConverter converter )

GetConfData Source code

function String GetConfData ( )

GetData Source code

function String GetData ( )

Init Source code

function Init ( String SName, Actor parent, vector position, rotator direction, KVehicle platform, name mount )


Defaultproperties

defaultproperties
{
     ItemType="GasSensor"
     
     ValidRange=(Min=0,Max=100)
     GasType="CO2"
     OutputCurve=(Points=((InVal=0,OutVal=0),(InVal=100,OutVal=100)))
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:20.671 - Created with UnCodeX