Configuration set object.
More...
Configuration set object.
A class representing a configuration set.
Definition at line 26 of file config_set.py.
def rtctree.config_set.ConfigurationSet.__init__ |
( |
|
self, |
|
|
|
owner = None , |
|
|
|
object = None , |
|
|
|
description = None , |
|
|
|
data = None , |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Constructor.
@param owner The owner of this configuration set, if any. Should be a
Component object or None.
@param object The CORBA ConfigurationSet object to wrap.
@param description A description of this configuration set.
@param data The dictionary containing the parameters and their values
of this configuration set.
Definition at line 29 of file config_set.py.
def rtctree.config_set.ConfigurationSet._reload |
( |
|
self, |
|
|
|
object, |
|
|
|
description, |
|
|
|
data |
|
) |
| |
|
private |
Reload the configuration set data.
Definition at line 70 of file config_set.py.
def rtctree.config_set.ConfigurationSet.data |
( |
|
self | ) |
|
Read-only access to the configuration set's parameters.
Definition at line 56 of file config_set.py.
def rtctree.config_set.ConfigurationSet.description |
( |
|
self | ) |
|
Read-only access to the configuration set's description.
Definition at line 61 of file config_set.py.
def rtctree.config_set.ConfigurationSet.has_param |
( |
|
self, |
|
|
|
param |
|
) |
| |
Check if this configuration set has the given parameter.
Definition at line 46 of file config_set.py.
def rtctree.config_set.ConfigurationSet.object |
( |
|
self | ) |
|
The CORBA ConfigurationSet object this object wraps.
Definition at line 66 of file config_set.py.
def rtctree.config_set.ConfigurationSet.set_param |
( |
|
self, |
|
|
|
param, |
|
|
|
value |
|
) |
| |
Set a parameter in this configuration set.
Definition at line 50 of file config_set.py.
rtctree.config_set.ConfigurationSet._data |
|
private |
rtctree.config_set.ConfigurationSet._description |
|
private |
rtctree.config_set.ConfigurationSet._object |
|
private |
rtctree.config_set.ConfigurationSet._owner |
|
private |
The documentation for this class was generated from the following file: