Configuration set object. More...
Public Member Functions | |
def | __init__ |
def | data |
def | description |
def | has_param |
def | object |
def | set_param |
Private Member Functions | |
def | _reload |
Private Attributes | |
_data | |
_description | |
_object | |
_owner |
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 28 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.
Definition at line 37 of file config_set.py.
Definition at line 37 of file config_set.py.
Definition at line 37 of file config_set.py.
Definition at line 37 of file config_set.py.