Skyscraper 2.0
|
Public Attributes | |
int | number |
bool | arrived |
int | arrival_floor |
bool | arrival_direction |
std::vector< int > | assigned_destination |
std::vector< int > | assigned_directions |
bool | assigned |
int | destination_floor |
std::vector< Call > | calls |
Definition at line 94 of file controller.h.
bool SBS::DispatchController::ElevMap::arrival_direction |
Definition at line 99 of file controller.h.
Referenced by SBS::DispatchController::AddElevator().
int SBS::DispatchController::ElevMap::arrival_floor |
Definition at line 98 of file controller.h.
Referenced by SBS::DispatchController::AddElevator().
bool SBS::DispatchController::ElevMap::arrived |
Definition at line 97 of file controller.h.
Referenced by SBS::DispatchController::AddElevator().
bool SBS::DispatchController::ElevMap::assigned |
Definition at line 102 of file controller.h.
Referenced by SBS::DispatchController::AddElevator().
std::vector<int> SBS::DispatchController::ElevMap::assigned_destination |
Definition at line 100 of file controller.h.
std::vector<int> SBS::DispatchController::ElevMap::assigned_directions |
Definition at line 101 of file controller.h.
std::vector<Call> SBS::DispatchController::ElevMap::calls |
Definition at line 104 of file controller.h.
Referenced by SBS::DispatchController::AddElevator().
int SBS::DispatchController::ElevMap::destination_floor |
Definition at line 103 of file controller.h.
Referenced by SBS::DispatchController::AddElevator().
int SBS::DispatchController::ElevMap::number |
Definition at line 96 of file controller.h.
Referenced by SBS::DispatchController::AddElevator().