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

USARBot.GPSSensor

Extends
Sensor
Modifiers
config ( USAR )

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

Variables Summary
floata11
floata12
floata21
floata22
intBaseLatitudeDegree
floatBaseLatitudeMinute
intBaseLongitudeDegree
floatBaseLongitudeMinute
floatNorth
RemoteBotrBot
floatScaleLatitude
floatScaleLatMinute
floatScaleLongitude
floatScaleLonMinute
floatScanInterval
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
functionString Bearing (int Degree, float Minute, bool Lat)
function ConvertParam (USARConverter converter)
functionString GetConfData ()
functionString GetData ()
functionString GetGPS ()
function Init (String SName, Actor parent, vector position, rotator direction, KVehicle platform, name mount)
function PostNetBeginPlay ()
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

a11 Source code

var float a11;

a12 Source code

var float a12;

a21 Source code

var float a21;

a22 Source code

var float a22;

BaseLatitudeDegree Source code

var int BaseLatitudeDegree;

BaseLatitudeMinute Source code

var float BaseLatitudeMinute;

BaseLongitudeDegree Source code

var int BaseLongitudeDegree;

BaseLongitudeMinute Source code

var float BaseLongitudeMinute;

North Source code

var float North;

rBot Source code

var RemoteBot rBot;

ScaleLatitude Source code

var float ScaleLatitude;

ScaleLatMinute Source code

var float ScaleLatMinute;

ScaleLongitude Source code

var float ScaleLongitude;

ScaleLonMinute Source code

var float ScaleLonMinute;

ScanInterval Source code

var config float ScanInterval;


Functions Detail

Bearing Source code

function String Bearing ( int Degree, float Minute, bool Lat )

ConvertParam Source code

function ConvertParam ( USARConverter converter )

GetConfData Source code

function String GetConfData ( )

GetData Source code

function String GetData ( )

GetGPS Source code

function String GetGPS ( )

Init Source code

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

PostNetBeginPlay Source code

simulated function PostNetBeginPlay ( )


Defaultproperties

defaultproperties
{

    ItemType="GPS"



    HiddenSensor=true

    ScanInterval=0.2

    DrawScale=0.2

    StaticMesh=StaticMesh'USARSim_VehicleParts_Meshes.Sensors.Sensor'

    Mass=1

    BaseLatitudeDegree=50

    BaseLatitudeMinute=24.5396

    BaseLongitudeDegree=-123

    BaseLongitudeMinute=-50.9417

    North=0

    

    ScaleLatitude=111200

    ScaleLongitude=-71670

}

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