Public Member Functions | Private Member Functions | Private Attributes
rtctree.config_set.ConfigurationSet Class Reference

Configuration set object. More...

List of all members.

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

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 28 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.

Read-only access to the configuration set's parameters.

Definition at line 56 of file config_set.py.

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.

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

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.


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


rtctree
Author(s): Geoffrey Biggs
autogenerated on Wed Aug 26 2015 16:13:08