MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / set_perf

Method set_perf

starrynet/sn_synchronizer.py:214–217  ·  view source on GitHub ↗
(self, sat1_index, sat2_index, time_index)

Source from the content-addressed store, hash-verified

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.

Callers 2

example.pyFile · 0.80
do_set_perfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected