Пример #1
0
 def on_init(self):
     InstrumentAgent.on_init(self)
     self._rr_cli = ResourceRegistryServiceClient()
Пример #2
0
 def __init__(self, initial_state=InstrumentAgentState.UNINITIALIZED):
     log.debug('ExternalDatasetAgent.__init__: initial_state = {0}'.format(initial_state))
     InstrumentAgent.__init__(self, initial_state)
     self._fsm.add_handler(InstrumentAgentState.STREAMING, InstrumentAgentEvent.EXECUTE_RESOURCE, self._handler_streaming_execute_resource)
 def __init__(self, initial_state=ResourceAgentState.UNINITIALIZED):
     log.debug('ExternalDatasetAgent.__init__: initial_state = {0}'.format(initial_state))
     InstrumentAgent.__init__(self, initial_state)
     self._fsm.add_handler(ResourceAgentState.STREAMING, ResourceAgentEvent.EXECUTE_RESOURCE, self._handler_streaming_execute_resource)
 def on_init(self):
     InstrumentAgent.on_init(self)
Пример #5
0
 def on_init(self):
     InstrumentAgent.on_init(self)