Implementation of :class:RtcDeploymentData
using :class:rtctk.framekwork.ServiceDiscovery
.
More...
Implementation of :class:RtcDeploymentData
using :class:rtctk.framekwork.ServiceDiscovery
.
◆ __init__()
def comms.deployment.RtcDeploymentDataServiceImpl.__init__ |
( |
|
self, |
|
|
Uri |
service_disc, |
|
|
|
parent = None |
|
) |
| |
Creates new RtcDeploymentDataServiceImpl object using the service_disc file.
@param[in] service_disc The URI that identifies the service discovery file location.
:raises RtctkException: When URI scheme in the service_disc is not "file"
◆ retrieve_components()
def comms.deployment.RtcDeploymentDataServiceImpl.retrieve_components |
( |
|
self, |
|
|
Optional[Any] |
tag = None |
|
) |
| |
Retrieves from Service Discovery the component endpoints and emits components_changed.
Uses the RTC ServiceDiscovery class to parse the services and components
information from its source.
Reimplemented from comms.deployment.RtcDeploymentData.
◆ components
comms.deployment.RtcDeploymentDataServiceImpl.components = Property(list, _components, notify=components_changed) |
|
static |
◆ components_changed
comms.deployment.RtcDeploymentDataServiceImpl.components_changed = Signal(list) |
|
static |
The documentation for this class was generated from the following file:
- reusableComponents/ctrlMonTool/src/rtctk/reusableComponents/ctrlmontool/comms/deployment.py