6 #ifndef SRC_LOCAL_SIMULATOR_H_
7 #define SRC_LOCAL_SIMULATOR_H_
20 bool Start(std::ostream& out)
override;
21 bool Update(std::ostream& out)
override;
23 std::vector<int> bus_counters_;
24 std::vector<int> bus_start_timings_;
25 std::vector<int> time_since_last_bus_generation_;
26 int simulation_time_elapsed_;
29 #endif // SRC_LOCAL_SIMULATOR_H_