Skyscraper 2.0
SBS::DispatchController::ElevMap Struct Reference

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< Callcalls
 

Detailed Description

Definition at line 94 of file controller.h.

Member Data Documentation

◆ arrival_direction

bool SBS::DispatchController::ElevMap::arrival_direction

Definition at line 99 of file controller.h.

Referenced by SBS::DispatchController::AddElevator().

◆ arrival_floor

int SBS::DispatchController::ElevMap::arrival_floor

Definition at line 98 of file controller.h.

Referenced by SBS::DispatchController::AddElevator().

◆ arrived

bool SBS::DispatchController::ElevMap::arrived

Definition at line 97 of file controller.h.

Referenced by SBS::DispatchController::AddElevator().

◆ assigned

bool SBS::DispatchController::ElevMap::assigned

Definition at line 102 of file controller.h.

Referenced by SBS::DispatchController::AddElevator().

◆ assigned_destination

std::vector<int> SBS::DispatchController::ElevMap::assigned_destination

Definition at line 100 of file controller.h.

◆ assigned_directions

std::vector<int> SBS::DispatchController::ElevMap::assigned_directions

Definition at line 101 of file controller.h.

◆ calls

std::vector<Call> SBS::DispatchController::ElevMap::calls

Definition at line 104 of file controller.h.

Referenced by SBS::DispatchController::AddElevator().

◆ destination_floor

int SBS::DispatchController::ElevMap::destination_floor

Definition at line 103 of file controller.h.

Referenced by SBS::DispatchController::AddElevator().

◆ number

int SBS::DispatchController::ElevMap::number

Definition at line 96 of file controller.h.

Referenced by SBS::DispatchController::AddElevator().


The documentation for this struct was generated from the following file: