Public Member Functions | |
def | __init__ |
def | add_action |
def | deepcopy |
def | deserialize |
def | execute |
def | get_duration |
def | get_joint_info |
def | get_labels |
def | get_value |
def | remove_all_actions |
def | serialize |
def | set_duration |
def | stop |
def | to_string |
def | update_value |
Private Member Functions | |
def | _action_finished |
def | _stop |
Private Attributes | |
_actions | |
_executing |
Definition at line 3 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.__init__ | ( | self | ) |
Definition at line 5 of file ActionSet.py.
def src.actions.ActionSet.ActionSet._action_finished | ( | self | ) | [private] |
Definition at line 103 of file ActionSet.py.
def src.actions.ActionSet.ActionSet._stop | ( | self | ) | [private] |
Definition at line 116 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.add_action | ( | self, | |
action | |||
) |
Definition at line 10 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.deepcopy | ( | self | ) |
Definition at line 75 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.deserialize | ( | self, | |
stream | |||
) |
Definition at line 86 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.execute | ( | self | ) |
Definition at line 93 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.get_duration | ( | self | ) |
Definition at line 16 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.get_joint_info | ( | self, | |
label | |||
) |
Definition at line 49 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.get_labels | ( | self | ) |
Definition at line 26 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.get_value | ( | self, | |
label | |||
) |
Definition at line 36 of file ActionSet.py.
Definition at line 13 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.serialize | ( | self, | |
stream | |||
) |
Definition at line 81 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.set_duration | ( | self, | |
duration | |||
) |
Definition at line 22 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.stop | ( | self | ) |
Definition at line 111 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.to_string | ( | self | ) |
Definition at line 69 of file ActionSet.py.
def src.actions.ActionSet.ActionSet.update_value | ( | self, | |
label, | |||
value | |||
) |
Definition at line 60 of file ActionSet.py.
Definition at line 5 of file ActionSet.py.
Definition at line 5 of file ActionSet.py.