|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStaticImpl
public class LocationUpdateStaticImpl
Implementation of the static part of the GameBots2004 message UPD.
Complete message documentation: "Synchronous" message. Arrives outside sync. batch. The frequency of this message is configured through locUpdateMultiplier variable in GameBots2004.ini file. It gets exported N times faster than regular sync. batch where N equals locUpdateMultiplier. Holds information about Location, Velocity and Rotation of the bot and should help us to create more robust navigation.
| Nested Class Summary | |
|---|---|
static class |
LocationUpdateStaticImpl.LocationUpdateStaticUpdate
|
| Field Summary | |
|---|---|
protected UnrealId |
Id
Unique Id of this update message instance. |
| Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic |
|---|
SimTime |
| Constructor Summary | |
|---|---|
LocationUpdateStaticImpl()
Parameter-less contructor for the message. |
|
LocationUpdateStaticImpl(LocationUpdate original)
Cloning constructor from the full message. |
|
LocationUpdateStaticImpl(LocationUpdateStatic original)
Cloning constructor from the message part. |
|
LocationUpdateStaticImpl(LocationUpdateStaticImpl original)
Cloning constructor from the full message. |
|
LocationUpdateStaticImpl(UnrealId Id)
Creates new instance of the message LocationUpdate. |
|
| Method Summary | |
|---|---|
LocationUpdateStaticImpl |
clone()
|
UnrealId |
getId()
Unique Id of this update message instance. |
boolean |
isDifferentFrom(IStaticWorldObject other)
|
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
String |
toHtmlString()
|
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic |
|---|
getCompositeClass, getSimTime |
| Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
|---|
toJsonLiteral |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected UnrealId Id
| Constructor Detail |
|---|
public LocationUpdateStaticImpl()
public LocationUpdateStaticImpl(UnrealId Id)
Id - Unique Id of this update message instance.public LocationUpdateStaticImpl(LocationUpdate original)
original - public LocationUpdateStaticImpl(LocationUpdateStaticImpl original)
original - public LocationUpdateStaticImpl(LocationUpdateStatic original)
original - | Method Detail |
|---|
public void setSimTime(long SimTime)
LocationUpdateStatic
setSimTime in class LocationUpdateStaticpublic LocationUpdateStaticImpl clone()
clone in class LocationUpdateStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class LocationUpdateStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class LocationUpdateStaticpublic String toString()
toString in class LocationUpdateStaticpublic String toHtmlString()
toHtmlString in class LocationUpdateStatic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||