#include <worldconfig.h>
Inheritance diagram for WorldConfig:

Public Methods | |
| virtual void | Serialize (FILE *f) |
| virtual void | Deserialize (FILE *f) |
Public Attributes | |
| char | worldFileName [200] |
| int | nrobots |
| RobotConfig | rini [MAXROBOTS] |
This class contains the information about the simulation environment to be used by the simulator. This class also contains initial configuration of robots.
|
|
Deserialization function Implements Serializable. |
|
|
Serialization function Implements Serializable. |
|
|
number of robots to be used |
|
|
Configuration of each robot |
|
|
Name of world file that the client should load. If "", "world.sif" is used by default |
1.2.18