Check if a connection between two components exists and is correct. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Private Member Functions | |
def | _execute |
Private Attributes | |
_d_path | |
_dest | |
_id | |
_props | |
_s_path | |
_source |
Check if a connection between two components exists and is correct.
Check for a correct connection between two components. This action checks if there is a connection between the specified source and destination ports. If there is, it will check that any given properties are also correct. No check is performed to ensure that the correct component is at that path; for that, use the @ref CheckForRequiredCompAct action. 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 420 of file actions.py.
def rtshell.actions.CheckForConnAct.__init__ | ( | self, | |
source, | |||
dest, | |||
id, | |||
props = {} , |
|||
callbacks = [] |
|||
) |
Definition at line 435 of file actions.py.
def rtshell.actions.CheckForConnAct.__str__ | ( | self | ) |
Reimplemented from rtshell.actions.Action.
Definition at line 444 of file actions.py.
def rtshell.actions.CheckForConnAct._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 450 of file actions.py.
Definition at line 435 of file actions.py.
rtshell::actions.CheckForConnAct::_dest [private] |
Definition at line 435 of file actions.py.
rtshell::actions.CheckForConnAct::_id [private] |
Definition at line 435 of file actions.py.
rtshell::actions.CheckForConnAct::_props [private] |
Definition at line 435 of file actions.py.
Definition at line 435 of file actions.py.
Definition at line 435 of file actions.py.