Public Member Functions | Private Member Functions | Private Attributes | List of all members
rtctree.config_set.ConfigurationSet Class Reference

Configuration set object. More...

Inheritance diagram for rtctree.config_set.ConfigurationSet:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, owner=None, object=None, description=None, data=None, args, kwargs)
 
def data (self)
 
def description (self)
 
def has_param (self, param)
 
def object (self)
 
def set_param (self, param, value)
 

Private Member Functions

def _reload (self, object, description, data)
 

Private Attributes

 _data
 
 _description
 
 _object
 
 _owner
 

Detailed Description

Configuration set object.

A class representing a configuration set.

Definition at line 26 of file config_set.py.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Member Data Documentation

rtctree.config_set.ConfigurationSet._data
private

Definition at line 44 of file config_set.py.

rtctree.config_set.ConfigurationSet._description
private

Definition at line 43 of file config_set.py.

rtctree.config_set.ConfigurationSet._object
private

Definition at line 42 of file config_set.py.

rtctree.config_set.ConfigurationSet._owner
private

Definition at line 41 of file config_set.py.


The documentation for this class was generated from the following file:


rtctree
Author(s): Geoffrey Biggs
autogenerated on Fri Jun 7 2019 21:56:24