6 #ifndef SRC_R_LOCAL_SIMULATOR_H_
7 #define SRC_R_LOCAL_SIMULATOR_H_
15 bool Start(std::ostream& out)
override;
16 bool Update(std::ostream& out)
override;
18 std::vector<int> bus_counters_;
19 std::vector<int> bus_start_timings_;
20 std::vector<int> time_since_last_bus_generation_;
21 int simulation_time_elapsed_;
24 #endif // SRC_R_LOCAL_SIMULATOR_H_