Inheritance diagram for RCParser::
Public Methods | |
RCParser (String TeamName) | |
Constructor. More... | |
void | pushMessage (String Command, RCWorld World) |
Operation. More... | |
void | parseServerParam (String Message, RCWorld World) |
Parse a server param message from the server and deliver the result to the world. More... | |
void | parsePlayerParam (String Message, RCWorld World) |
Parse a player param message from the server and deliver the result to the world. More... | |
void | parsePlayerType (String Message, RCWorld World) |
Parse a player type message from the server and deliver the result to the world. More... | |
void | parseHear (String Message, RCWorld World) |
Parse a server param message from the server and deliver the result to the world. More... | |
void | parseSee (String Message, RCWorld World) |
Parse a see message from the server and deliver the result to the world. More... | |
void | parseSenseBody (String Message, RCWorld World) |
Parse a sence body message from the server and deliver the result to the world. More... | |
Private Attributes | |
final String | ServerParam = "(server_param " |
final String | PlayerType = "(player_type " |
final String | PlayerParam = "(player_param " |
final String | Hear = "(hear " |
final String | See = "(see " |
final String | SenceBody = "(sense_body " |
String | TeamName |
Teamname. More... | |
int | OldTimeStamp |
It creates a list of the corresponding events the will be delivered to the World object.
Definition at line 55 of file RCParser.java.
|
Constructor.
Definition at line 73 of file RCParser.java. |
|
Parse a server param message from the server and deliver the result to the world.
Definition at line 312 of file RCParser.java. |
|
Parse a player param message from the server and deliver the result to the world.
Definition at line 241 of file RCParser.java. |
|
Parse a player type message from the server and deliver the result to the world.
Definition at line 280 of file RCParser.java. |
|
Parse a see message from the server and deliver the result to the world.
Definition at line 355 of file RCParser.java. |
|
Parse a sence body message from the server and deliver the result to the world.
Definition at line 765 of file RCParser.java. |
|
Parse a server param message from the server and deliver the result to the world.
Definition at line 117 of file RCParser.java. |
|
Operation.
Definition at line 84 of file RCParser.java. Referenced by RCCommunicator::receive().
|
|
Definition at line 62 of file RCParser.java. |
|
Definition at line 68 of file RCParser.java. |
|
Definition at line 61 of file RCParser.java. |
|
Definition at line 60 of file RCParser.java. |
|
Definition at line 63 of file RCParser.java. |
|
Definition at line 64 of file RCParser.java. |
|
Definition at line 59 of file RCParser.java. |
|
Teamname.
Definition at line 66 of file RCParser.java. |