Example #1
0
 def __init__(self, *args, **kwargs):
     self.newdata = SimEvent()
     self.sndnext = SimEvent()
     self.rcvdata = SimEvent()
     Agent.__init__(self, *args, **kwargs)
Example #2
0
 def __init__(self, *args, **kwargs):
     Agent.__init__(self, *args, **kwargs)
Example #3
0
 def __init__(self, *args, **kwargs):
     self.probe = None       # probe routes?
     self.destinations = []  # possible destinations
     self.probed = []        # destinations probed
     Agent.__init__(self, *args, **kwargs)