Skyscraper 2.0
|
Public Attributes | |
int | starting_floor |
int | destination_floor |
int | direction |
int | requests |
bool | processed |
int | assigned_elevator |
CallStation * | station |
bool | destination |
Definition at line 109 of file controller.h.
int SBS::DispatchController::Route::assigned_elevator |
Definition at line 116 of file controller.h.
Referenced by SBS::DispatchController::CallElevator(), and SBS::DispatchController::RequestRoute().
bool SBS::DispatchController::Route::destination |
Definition at line 118 of file controller.h.
Referenced by SBS::DispatchController::CallElevator(), and SBS::DispatchController::RequestRoute().
int SBS::DispatchController::Route::destination_floor |
Definition at line 112 of file controller.h.
Referenced by SBS::DispatchController::CallElevator(), SBS::DispatchController::RemoveRoute(), and SBS::DispatchController::RequestRoute().
int SBS::DispatchController::Route::direction |
Definition at line 113 of file controller.h.
Referenced by SBS::DispatchController::CallElevator(), and SBS::DispatchController::RequestRoute().
bool SBS::DispatchController::Route::processed |
Definition at line 115 of file controller.h.
Referenced by SBS::DispatchController::CallElevator(), and SBS::DispatchController::RequestRoute().
int SBS::DispatchController::Route::requests |
Definition at line 114 of file controller.h.
Referenced by SBS::DispatchController::CallElevator(), and SBS::DispatchController::RequestRoute().
int SBS::DispatchController::Route::starting_floor |
Definition at line 111 of file controller.h.
Referenced by SBS::DispatchController::CallElevator(), SBS::DispatchController::RemoveRoute(), and SBS::DispatchController::RequestRoute().
CallStation* SBS::DispatchController::Route::station |
Definition at line 117 of file controller.h.
Referenced by SBS::DispatchController::CallElevator(), and SBS::DispatchController::RequestRoute().