Base subpackage
This subpackage implements functionality common to all SKA Tango devices.
- Logging
- Base Component Manager
check_communicating()check_on()BaseComponentManagerBaseComponentManager.__init__()BaseComponentManager.max_queued_tasksBaseComponentManager.max_executing_tasksBaseComponentManager.cleanup()BaseComponentManager.start_communicating()BaseComponentManager.stop_communicating()BaseComponentManager.communication_stateBaseComponentManager._update_communication_state()BaseComponentManager.component_stateBaseComponentManager._update_component_state()BaseComponentManager.off()BaseComponentManager.standby()BaseComponentManager.on()BaseComponentManager.reset()BaseComponentManager.abort()BaseComponentManager.abort_commands()BaseComponentManager.abort_tasks()
- Base Interface
OpStateSignalCommandedStateSignalControlLevelBaseInterfaceBaseInterface._admin_modeBaseInterface.admin_mode_modelBaseInterface.adminModeBaseInterface.op_state_modelBaseInterface._op_stateBaseInterface._statusBaseInterface._commanded_stateBaseInterface.commandedStateBaseInterface._health_stateBaseInterface.healthStateBaseInterface.healthInfoBaseInterface.init_device()BaseInterface.on_new_shared_bus()BaseInterface._init_state_model()BaseInterface.init_invoked()BaseInterface.init_completed()BaseInterface.component_disconnected()BaseInterface.component_unknown()BaseInterface.component_off()BaseInterface.component_standby()BaseInterface.component_on()BaseInterface.component_fault()BaseInterface.component_no_fault()BaseInterface._update_state()BaseInterface._update_admin_mode()BaseInterface.read_adminMode()BaseInterface.write_adminMode()BaseInterface.change_control_level()BaseInterface.is_adminMode_allowed()BaseInterface.is_commandedState_allowed()BaseInterface.read_commandedState()BaseInterface.is_healthState_allowed()BaseInterface.read_healthState()BaseInterface.is_healthInfo_allowed()BaseInterface.read_healthInfo()BaseInterface.report_health()BaseInterface.is_Reset_allowed()BaseInterface.execute_Reset()BaseInterface.is_Standby_allowed()BaseInterface.execute_Standby()BaseInterface.is_Off_allowed()BaseInterface.execute_Off()BaseInterface.is_On_allowed()BaseInterface.execute_On()BaseInterface.Reset()BaseInterface.On()BaseInterface.Standby()BaseInterface.Off()
standard_control_mode()standard_simulation_mode()standard_test_mode()
- Base Device
SKABaseDeviceSKABaseDevice.component_managerSKABaseDevice.task_executorSKABaseDevice.InitCommandSKABaseDevice.SkaLevelSKABaseDevice.GroupDefinitionsSKABaseDevice.init_device()SKABaseDevice.init_completed()SKABaseDevice.on_new_shared_bus()SKABaseDevice.delete_device()SKABaseDevice.change_control_level()SKABaseDevice._update_health_state()SKABaseDevice._communication_state_changed()SKABaseDevice._component_state_changed()SKABaseDevice.create_component_manager()SKABaseDevice.register_command_object()SKABaseDevice.get_command_object()SKABaseDevice.init_command_objects()SKABaseDevice._control_modeSKABaseDevice.controlModeSKABaseDevice.read_controlMode()SKABaseDevice.write_controlMode()SKABaseDevice.is_controlMode_allowed()SKABaseDevice._simulation_modeSKABaseDevice.simulationModeSKABaseDevice.read_simulationMode()SKABaseDevice.write_simulationMode()SKABaseDevice.is_simulationMode_allowed()SKABaseDevice._test_modeSKABaseDevice.testModeSKABaseDevice.read_testMode()SKABaseDevice.write_testMode()SKABaseDevice.is_testMode_allowed()SKABaseDevice.execute_Reset()SKABaseDevice.execute_Standby()SKABaseDevice.execute_Off()SKABaseDevice.execute_On()SKABaseDevice.AbortCommandSKABaseDevice.execute_Abort()SKABaseDevice.schedule_abort_task()SKABaseDevice.AbortCommandsCommandSKABaseDevice.AbortCommands()SKABaseDevice.CheckLongRunningCommandStatusCommandSKABaseDevice.execute_CheckLongRunningCommandStatus()SKABaseDevice.DebugDeviceCommandSKABaseDevice.DebugDeviceCommand.__init__()SKABaseDevice.DebugDeviceCommand.do()SKABaseDevice.DebugDeviceCommand.start_debugger_and_get_port()SKABaseDevice.DebugDeviceCommand.monkey_patch_all_methods_for_debugger()SKABaseDevice.DebugDeviceCommand.get_all_methods()SKABaseDevice.DebugDeviceCommand.method_must_be_patched_for_debugger()SKABaseDevice.DebugDeviceCommand.patch_method_for_debugger()
SKABaseDevice.DebugDevice()SKABaseDevice.set_state()SKABaseDevice.set_status()SKABaseDevice.push_change_event()SKABaseDevice.push_archive_event()SKABaseDevice.add_attribute()SKABaseDevice.set_change_event()
CommandTracker