#include "odem.h"#include <vector>#include <cassert>Go to the source code of this file.
Classes | |
| class | PlacePointer |
| class | Place |
| class | ParkingPlace |
| class | VentilatorPlace |
| class | BathPlace |
Enumerations | |
| enum | BathType { WATER, POLYMER, WATER_POLYMER, WATER_AIR_WATER, AIR, VENTILATOR, OVEN, NONE, UNKNOWN } |
| enum | PlaceType { WATER_PLACE, POLYMER_PLACE, AIR_PLACE, VENTILATOR_PLACE } |
| enum | ReserveType { NOTHING, PARKING, AIR_CHILLING, VENTILATOR_CHILLING, WATER_CHILLING, POLYMER_CHILLING } |
Variables | |
| const char * | BathString [] |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6