Loading csp-lmc-common/HISTORY +3 −0 Original line number Diff line number Diff line 0.6.0 - start implementing lmcbaseclasses 0.6.0 0.5.11 - call to DeviceProxy instead of tango.DeviceProxy to have the deviceemocking works properly Loading csp-lmc-common/csp_lmc_common/CspMaster.py +1 −1 Original line number Diff line number Diff line Loading @@ -638,7 +638,7 @@ class CspMaster(SKAMaster): # build the list with the Capability monitor devices for fqdn in self._capability_monitor_fqdn: try: self._capability_monitor_proxy[fqdn] = tango.DeviceProxy(fqdn) self._capability_monitor_proxy[fqdn] = DeviceProxy(fqdn) except tango.DevFailed as tango_err: self.logger.warning(tango_err.args[0].desc) Loading csp-lmc-common/csp_lmc_common/CspSubarray.py +565 −401 File changed.Preview size limit exceeded, changes collapsed. Show changes csp-lmc-common/csp_lmc_common/release.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ """Release information for Python Package""" name = """csp-lmc-common""" version = "0.5.11" version = "0.6.0" version_info = version.split(".") description = """SKA CSP.LMC Common Software""" author = "INAF-OAA" Loading csp-lmc-common/docker/.release +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ """Release information for Python Package""" name = """csplmc-common""" version = "0.5.11" version = "0.6.0" version_info = version.split(".") description = """SKA CSP.LMC Common Classe""" author = "E.G" Loading @@ -19,4 +19,4 @@ url = """www.tango-controls.org""" copyright = """""" release=0.5.11 tag=csp-lmc-common-0.5.11 tag=csp-lmc-common-0.6.0 Loading
csp-lmc-common/HISTORY +3 −0 Original line number Diff line number Diff line 0.6.0 - start implementing lmcbaseclasses 0.6.0 0.5.11 - call to DeviceProxy instead of tango.DeviceProxy to have the deviceemocking works properly Loading
csp-lmc-common/csp_lmc_common/CspMaster.py +1 −1 Original line number Diff line number Diff line Loading @@ -638,7 +638,7 @@ class CspMaster(SKAMaster): # build the list with the Capability monitor devices for fqdn in self._capability_monitor_fqdn: try: self._capability_monitor_proxy[fqdn] = tango.DeviceProxy(fqdn) self._capability_monitor_proxy[fqdn] = DeviceProxy(fqdn) except tango.DevFailed as tango_err: self.logger.warning(tango_err.args[0].desc) Loading
csp-lmc-common/csp_lmc_common/CspSubarray.py +565 −401 File changed.Preview size limit exceeded, changes collapsed. Show changes
csp-lmc-common/csp_lmc_common/release.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ """Release information for Python Package""" name = """csp-lmc-common""" version = "0.5.11" version = "0.6.0" version_info = version.split(".") description = """SKA CSP.LMC Common Software""" author = "INAF-OAA" Loading
csp-lmc-common/docker/.release +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ """Release information for Python Package""" name = """csplmc-common""" version = "0.5.11" version = "0.6.0" version_info = version.split(".") description = """SKA CSP.LMC Common Classe""" author = "E.G" Loading @@ -19,4 +19,4 @@ url = """www.tango-controls.org""" copyright = """""" release=0.5.11 tag=csp-lmc-common-0.5.11 tag=csp-lmc-common-0.6.0