RTC Toolkit
2.0.0
|
Interface for Deployment Data access. More...
Public Member Functions | |
def | __init__ (self, parent=None) |
def | retrieve_components (self, Optional[Any] tag=None) |
Starts the process of getting the component deployment information. More... | |
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. More... | |
non_compatible_detected = Signal([str], [str, object]) | |
Signal that indicates a non-compatible service is used. More... | |
Interface for Deployment Data access.
def comms.deployment.RtcDeploymentData.__init__ | ( | self, | |
parent = None |
|||
) |
Reimplemented in comms.deployment.RtcDeploymentDataNomadImpl.
def 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.RtcDeploymentDataServiceImpl, and comms.deployment.RtcDeploymentDataFileImpl.
|
static |
|
static |
|
static |
Signal that indicates a failure was detected while obtaining deployment data.
|
static |
Signal that indicates a non-compatible service is used.