|
RTC Toolkit 6.0.0
|
Interface for Deployment Data access. More...
Public Member Functions | |
| __init__ (self, parent=None) | |
| get_deployment_damon (self) | |
| Returns Deployment Daemon URI. | |
| get_deployment_damon_name (self) | |
| Returns Deployment Daemon name. | |
| retrieve_components (self, Optional[Any] tag=None) | |
| Starts the process of getting the component deployment information. | |
Static Public Attributes | |
| components_changed = Signal(list) | |
| components = Property(list, _components, notify=components_changed) | |
| failure_detected = Signal((str,), (str, object)) | |
| Signal that indicates a failure was detected while obtaining deployment data. | |
| non_compatible_detected = Signal((str,), (str, object)) | |
| Signal that indicates a non-compatible service is used. | |
Protected Member Functions | |
| list | _components (self) |
| Accesor method for property components. | |
Protected Attributes | |
| _logger = CiiLogManager.get_logger(__name__) | |
Interface for Deployment Data access.
| comms.deployment.RtcDeploymentData.__init__ | ( | self, | |
| parent = None ) |
|
protected |
Accesor method for property components.
Reimplemented in comms.deployment.RtcDeploymentDataFileImpl, and comms.deployment.RtcDeploymentDataServiceImpl.
| comms.deployment.RtcDeploymentData.get_deployment_damon | ( | self | ) |
Returns Deployment Daemon URI.
Reimplemented in comms.deployment.RtcDeploymentDataServiceImpl.
| comms.deployment.RtcDeploymentData.get_deployment_damon_name | ( | self | ) |
Returns Deployment Daemon name.
Reimplemented in comms.deployment.RtcDeploymentDataServiceImpl.
| comms.deployment.RtcDeploymentData.retrieve_components | ( | self, | |
| Optional[Any] | tag = None ) |
Starts the process of getting the component deployment information.
Response is asynchronous. Please connect to components_changed signal first.
| [in] | tag | Optional user object to uniquely identify this call. The tag is returned in the arguments of the failure_detected signals. |
Reimplemented in comms.deployment.RtcDeploymentDataFileImpl, and comms.deployment.RtcDeploymentDataServiceImpl.
|
protected |
|
static |
|
static |
|
static |
Signal that indicates a failure was detected while obtaining deployment data.
|
static |
Signal that indicates a non-compatible service is used.