| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- USARBot.Item
|
+-- USARBot.Sensor
|
+-- USARBot.RFIDSensor
| Variables Summary | |
|---|---|
| array<int> | detectedTags |
| float | MaxRange |
| float | MaxSingleShotRange |
| float | TagNoise |
| float | uuMaxRangeSquare |
| float | uuMaxSingleShotRangeSquare |
| 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 | ||
|---|---|---|
![]() | ConvertParam (USARConverter converter) | |
![]() | String | GetConfData () |
![]() | String | GetData () |
![]() | int | getDetectedTag (int idx) |
![]() | vector | tag_pos (RFIDTag aTag) |
![]() | float | VectLenSq (vector v) |
| 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 |
|---|
| Functions Detail |
|---|
ConvertParam Source code
GetConfData Source code
GetData Source code
getDetectedTag Source code
tag_pos Source code
VectLenSq Source code| Defaultproperties |
|---|
defaultproperties { MaxRange=2 MaxSingleShotRange=6 ItemType="RFID" TagNoise=0.6 drawscale=0.4762 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||