Public Member Functions | Public Attributes | Private Member Functions | Static Private Attributes
actionlib_tutorials.msg._AveragingFeedback.AveragingFeedback Class Reference

List of all members.

Public Member Functions

def __init__
def deserialize
def deserialize_numpy
def serialize
def serialize_numpy

Public Attributes

 data
 mean
 sample
 std_dev

Private Member Functions

def _get_types

Static Private Attributes

list __slots__ = ['sample','data','mean','std_dev']
string _full_text
 _has_header = False
string _md5sum = "9e8dfc53c2f2a032ca33fa80ec46fd4f"
list _slot_types = ['int32','float32','float32','float32']
string _type = "actionlib_tutorials/AveragingFeedback"

Detailed Description

Definition at line 8 of file _AveragingFeedback.py.


Constructor & Destructor Documentation

Constructor. Any message fields that are implicitly/explicitly
set to None will be assigned a default value. The recommend
use is keyword arguments as this is more robust to future message
changes.  You cannot mix in-order arguments and keyword arguments.

The available fields are:
   sample,data,mean,std_dev

:param args: complete set of field values, in .msg order
:param kwds: use keyword arguments corresponding to message field names
to set specific fields.

Definition at line 25 of file _AveragingFeedback.py.


Member Function Documentation

internal API method

Definition at line 56 of file _AveragingFeedback.py.

unpack serialized message in str into this message instance
:param str: byte array of serialized message, ``str``

Definition at line 73 of file _AveragingFeedback.py.

unpack serialized message in str into this message instance using numpy for array types
:param str: byte array of serialized message, ``str``
:param numpy: numpy python module

Definition at line 101 of file _AveragingFeedback.py.

serialize message into buffer
:param buff: buffer, ``StringIO``

Definition at line 62 of file _AveragingFeedback.py.

serialize message with numpy array types into buffer
:param buff: buffer, ``StringIO``
:param numpy: numpy python module

Definition at line 89 of file _AveragingFeedback.py.


Member Data Documentation

Definition at line 22 of file _AveragingFeedback.py.

Initial value:
"""# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
#feedback
int32 sample
float32 data
float32 mean
float32 std_dev



"""

Definition at line 12 of file _AveragingFeedback.py.

Definition at line 11 of file _AveragingFeedback.py.

string actionlib_tutorials::msg::_AveragingFeedback.AveragingFeedback::_md5sum = "9e8dfc53c2f2a032ca33fa80ec46fd4f" [static, private]

Definition at line 9 of file _AveragingFeedback.py.

list actionlib_tutorials::msg::_AveragingFeedback.AveragingFeedback::_slot_types = ['int32','float32','float32','float32'] [static, private]

Definition at line 23 of file _AveragingFeedback.py.

Definition at line 10 of file _AveragingFeedback.py.

Definition at line 37 of file _AveragingFeedback.py.

Definition at line 37 of file _AveragingFeedback.py.

Definition at line 37 of file _AveragingFeedback.py.

Definition at line 37 of file _AveragingFeedback.py.


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


actionlib_tutorials
Author(s): Melonee Wise
autogenerated on Thu Jan 2 2014 11:09:44