Public Member Functions | Private Attributes
flexbe_states.calculation_state.CalculationState Class Reference
Inheritance diagram for flexbe_states.calculation_state.CalculationState:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def execute
def on_enter

Private Attributes

 _calculation
 _calculation_result

Detailed Description

Implements a state that can perform a calculation based on userdata.
calculation is a function which takes exactly one parameter, input_value from userdata,
and its return value is stored in output_value after leaving the state.

-- calculation  function	The function that performs the desired calculation.
                                                        It could be a private function (self.foo) manually defined in a behavior's source code
                                                        or a lambda function (e.g., lambda x: x^2, where x will be the input_value).

># input_value  object		Input to the calculation function.

#> output_value object		The result of the calculation.

<= done						Indicates completion of the calculation.

Definition at line 12 of file calculation_state.py.


Constructor & Destructor Documentation

Constructor

Definition at line 31 of file calculation_state.py.


Member Function Documentation

Execute this state

Definition at line 43 of file calculation_state.py.

Definition at line 52 of file calculation_state.py.


Member Data Documentation

Definition at line 33 of file calculation_state.py.

Definition at line 33 of file calculation_state.py.


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


flexbe_states
Author(s): Philipp Schillinger
autogenerated on Thu Jun 6 2019 19:32:33