Ejemplo n.º 1
0
 def __init__(self, olt, log):
     self.log = log
     self.grpc_client = GrpcClient(self.log)
     self.stub = None
     self.ind_stub = None
     self.device_id = None
     self.olt = olt
     self.interval = 0.05
     self.ind_obj = Asfvolt16IndHandler(log)
Ejemplo n.º 2
0
 def __init__(self, olt, log):
     self.log = log
     self.grpc_client = GrpcClient(self.log)
     self.stub = None
     self.device_id = None
     self.olt = olt