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

Set a configuration parameter in a configuration set. More...

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

List of all members.

Public Member Functions

def __init__
def __str__

Private Member Functions

def _execute

Private Attributes

 _param
 _path
 _path_str
 _set
 _value

Detailed Description

Set a configuration parameter in a configuration set.

Check the value of a configuration parameter.

This action checks that the value of a configuration parameter is correct.
It will fail if the set or the parameter does not exist.

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 324 of file actions.py.


Constructor & Destructor Documentation

def rtshell.actions.CheckConfigParamAct.__init__ (   self,
  path_str,
  set,
  param,
  value,
  callbacks = [] 
)

Definition at line 335 of file actions.py.


Member Function Documentation

Reimplemented from rtshell.actions.Action.

Definition at line 343 of file actions.py.

def rtshell.actions.CheckConfigParamAct._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 348 of file actions.py.


Member Data Documentation

Definition at line 335 of file actions.py.

Definition at line 335 of file actions.py.

Definition at line 335 of file actions.py.

Definition at line 335 of file actions.py.

Definition at line 335 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