Subversion Repositories programming

Rev

Rev 338 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 338 Rev 340
Line 62... Line 62...
62
        // Private Functions
62
        // Private Functions
63
        bool near_a_floor ();
63
        bool near_a_floor ();
64
        bool near_floor (int floor);
64
        bool near_floor (int floor);
65
        bool has_floors_to_stop_at ();
65
        bool has_floors_to_stop_at ();
66
        bool should_stop_at_current_floor ();
66
        bool should_stop_at_current_floor ();
-
 
67
        void stop_at_floor (int in_direction);
67
 
68
 
68
        // Thread Functions
69
        // Thread Functions
69
        void run_elevator_logic ();
70
        void run_elevator_logic ();
70
        static void thread_entry (const Elevator *me);
71
        static void thread_entry (const Elevator *me);
71
 
72