(self, sat1_index, sat2_index, time_index)
| 212 | self.ping_time.append(time_index) |
| 213 | |
| 214 | def set_perf(self, sat1_index, sat2_index, time_index): |
| 215 | self.perf_src.append(sat1_index) |
| 216 | self.perf_des.append(sat2_index) |
| 217 | self.perf_time.append(time_index) |
| 218 | |
| 219 | def start_emulation(self): |
| 220 | # Start emulation in a new thread. |
no outgoing calls
no test coverage detected