|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
playerc_map_t Struct Reference |
Public Attributes | |
playerc_device_t | info |
double | resolution |
int | width |
int | height |
char * | cells |
|
Device info; must be at the start of all device structures. |
|
Map resolution, m/cell |
|
Map size, in cells |
|
Map size, in cells |
|
Occupancy for each cell (empty = -1, unknown = 0, occupied = +1) |