Implementation of :class:RtcDeploymentData
using files.
More...
Implementation of :class:RtcDeploymentData
using files.
◆ __init__()
def comms.deployment.RtcDeploymentDataFileImpl.__init__ |
( |
|
self, |
|
|
Uri |
service_disc, |
|
|
|
parent = None |
|
) |
| |
Creates new RtcDeploymentDataFileImpl 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.RtcDeploymentDataFileImpl.retrieve_components |
( |
|
self, |
|
|
Optional[Any] |
tag = None |
|
) |
| |
Parses the service_disc.yaml file, and emits components_changed signal.
Parses the service_disc.yaml file, extracting application relevant information.
The information is stored in the components property, and its signal is emitted.
This is basically the setter method of the property.
Reimplemented from comms.deployment.RtcDeploymentData.
◆ components
comms.deployment.RtcDeploymentDataFileImpl.components = Property(list, _components, notify=components_changed) |
|
static |
◆ components_changed
comms.deployment.RtcDeploymentDataFileImpl.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