Public Methods | |
| ElevatorInfo () | |
| ~ElevatorInfo () | |
| int | OpenDoors () |
| void | CloseDoors () |
| bool | MoveTo (int goingToFloor) |
| bool | Enter (int onFloor) |
| bool | Exit (int onFloor) |
| bool | ReachedNextFloor () |
| bool | CheckArrived () |
Public Attributes | |
| Direction | display |
| bool | doorsOpen |
| bool | inMotion |
| int | lastFloor |
| int | willArrive |
| int | goingTo |
| List<Thread *>* | riders |
Definition at line 29 of file elevator.cc.
|
|
Definition at line 31 of file elevator.cc. |
|
|
Definition at line 36 of file elevator.cc. |
|
|
Definition at line 86 of file elevator.cc. Referenced by ElevatorBank::CallBack().
|
|
|
Definition at line 43 of file elevator.cc. Referenced by ElevatorBank::CloseDoors().
|
|
|
Definition at line 59 of file elevator.cc. Referenced by ElevatorBank::EnterElevator().
|
|
|
Definition at line 69 of file elevator.cc. Referenced by ElevatorBank::ExitElevator().
|
|
|
Definition at line 48 of file elevator.cc. Referenced by ElevatorBank::MoveTo().
|
|
|
Definition at line 38 of file elevator.cc. |
|
|
Definition at line 79 of file elevator.cc. Referenced by ElevatorBank::CallBack().
|
|
|
Definition at line 94 of file elevator.cc. |
|
|
Definition at line 95 of file elevator.cc. |
|
|
Definition at line 99 of file elevator.cc. |
|
|
Definition at line 96 of file elevator.cc. |
|
|
Definition at line 97 of file elevator.cc. |
|
|
Definition at line 100 of file elevator.cc. |
|
|
Definition at line 98 of file elevator.cc. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001