예제 #1
0
 def __init__(self, *args, **kwargs):
     self.newdata = SimEvent()
     self.sndnext = SimEvent()
     self.rcvdata = SimEvent()
     Agent.__init__(self, *args, **kwargs)
예제 #2
0
파일: test.py 프로젝트: reidlindsay/wins
 def __init__(self, *args, **kwargs):
     Agent.__init__(self, *args, **kwargs)
예제 #3
0
파일: test.py 프로젝트: reidlindsay/wins
 def __init__(self, *args, **kwargs):
     self.probe = None       # probe routes?
     self.destinations = []  # possible destinations
     self.probed = []        # destinations probed
     Agent.__init__(self, *args, **kwargs)