Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
nextage_ros_bridge.command.abs_hand_command.AbsractHandCommand Class Reference

List of all members.

Public Member Functions

def __init__
def execute

Private Member Functions

def _assign_dio_names

Private Attributes

 _hand
 _hands

Static Private Attributes

int _DIO_17 = 17
int _DIO_18 = 18
int _DIO_19 = 19
int _DIO_20 = 20
int _DIO_21 = 21
int _DIO_22 = 22
int _DIO_23 = 23
int _DIO_24 = 24
int _DIO_25 = 25
int _DIO_26 = 26
int _DIO_27 = 27
int _DIO_28 = 28

Detailed Description

Following Command design pattern, this class represents an abstract
command for hand classes of NEXTAGE OPEN.

Definition at line 40 of file abs_hand_command.py.


Constructor & Destructor Documentation

@type hands: nextage_ros_bridge.base_hands.BaseHands
@type hand: str
@param hand: Side of hand. Variables that are defined in
     nextage_ros_bridge.base_hands.BaseHands can be used
     { HAND_L, HAND_R }.

Definition at line 62 of file abs_hand_command.py.


Member Function Documentation

It's recommended in the derived classes to re-assign DIO names to
better represent the specific purposes of each DIO pin in there.
Since doing so isn' mandatory, this method doesn't emit error even when
it's not implemented.

Definition at line 87 of file abs_hand_command.py.

Needs overriddedn, otherwise expcetion occurs.

@type operation: str
@param operation: name of the operation.

@raise exception: HrpsysRosBridgeException

Definition at line 74 of file abs_hand_command.py.


Member Data Documentation

Definition at line 49 of file abs_hand_command.py.

Definition at line 50 of file abs_hand_command.py.

Definition at line 51 of file abs_hand_command.py.

Definition at line 52 of file abs_hand_command.py.

Definition at line 53 of file abs_hand_command.py.

Definition at line 54 of file abs_hand_command.py.

Definition at line 55 of file abs_hand_command.py.

Definition at line 56 of file abs_hand_command.py.

Definition at line 57 of file abs_hand_command.py.

Definition at line 58 of file abs_hand_command.py.

Definition at line 59 of file abs_hand_command.py.

Definition at line 60 of file abs_hand_command.py.

Definition at line 68 of file abs_hand_command.py.

Definition at line 68 of file abs_hand_command.py.


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


nextage_ros_bridge
Author(s): Isaac Isao Saito
autogenerated on Mon Oct 6 2014 07:22:37