Public Member Functions | Private Member Functions | Private Attributes
rtshell.actions.CheckActiveConfigSetAct Class Reference

Check the active configuration set of a component. More...

Inheritance diagram for rtshell.actions.CheckActiveConfigSetAct:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def __str__

Private Member Functions

def _execute

Private Attributes

 _path
 _path_str
 _set

Detailed Description

Check the active configuration set of a component.

Checks if a configuration set is active in a component.

This action checks if the active configuration set of a component is as
expected. It will check if the set exists first; if no such set exists,
the action will fail.

This action will not fail if the specified component does not exist or is
incorrect. To cause an abort in these situations, use @ref
CheckForRequiredCompAct.

Definition at line 246 of file actions.py.


Constructor & Destructor Documentation

def rtshell.actions.CheckActiveConfigSetAct.__init__ (   self,
  path_str,
  set,
  callbacks = [] 
)

Definition at line 258 of file actions.py.


Member Function Documentation

Reimplemented from rtshell.actions.Action.

Definition at line 264 of file actions.py.

def rtshell.actions.CheckActiveConfigSetAct._execute (   self,
  rtctree 
) [private]
Base for action execution method.

Return (True, '') or (False, 'Why I failed.') when implementing this
method.

Reimplemented from rtshell.actions.Action.

Definition at line 268 of file actions.py.


Member Data Documentation

Definition at line 258 of file actions.py.

Definition at line 258 of file actions.py.

Definition at line 258 of file actions.py.


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


rtshell
Author(s): Geoffrey Biggs
autogenerated on Fri Aug 28 2015 12:55:12