Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | Static Private Attributes
pr2_self_test_msgs.msg._TestStatus.TestStatus Class Reference

List of all members.

Public Member Functions

def __init__
def deserialize
def deserialize_numpy
def serialize
def serialize_numpy

Public Attributes

 message
 test_ok

Static Public Attributes

int ERROR = 2
int RUNNING = 0
int STALE = 3
int TEST_ERROR = 2
int TEST_RUNNING = 0
int TEST_STALE = 3
int TEST_WARNING = 1
int WARNING = 1

Private Member Functions

def _get_types

Static Private Attributes

list __slots__ = ['test_ok','message']
string _full_text
 _has_header = False
string _md5sum = "b3baedd2ad2ef574d577434a0165fb15"
list _slot_types = ['byte','string']
string _type = "pr2_self_test_msgs/TestStatus"

Detailed Description

Definition at line 8 of file _TestStatus.py.


Constructor & Destructor Documentation

def pr2_self_test_msgs.msg._TestStatus.TestStatus.__init__ (   self,
  args,
  kwds 
)
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:
   test_ok,message

: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 41 of file _TestStatus.py.


Member Function Documentation

internal API method

Definition at line 66 of file _TestStatus.py.

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

Definition at line 88 of file _TestStatus.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 129 of file _TestStatus.py.

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

Definition at line 72 of file _TestStatus.py.

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

Definition at line 112 of file _TestStatus.py.


Member Data Documentation

Definition at line 38 of file _TestStatus.py.

Initial value:
"""# Use during PR2 HW testing to report status of devices
byte TEST_RUNNING = 0
byte TEST_WARNING = 1
byte TEST_ERROR = 2
byte TEST_STALE = 3

byte RUNNING = 0
byte WARNING = 1
byte ERROR = 2
byte STALE = 3



byte test_ok
string message
"""

Definition at line 12 of file _TestStatus.py.

Definition at line 11 of file _TestStatus.py.

string pr2_self_test_msgs::msg::_TestStatus.TestStatus::_md5sum = "b3baedd2ad2ef574d577434a0165fb15" [static, private]

Definition at line 9 of file _TestStatus.py.

Definition at line 39 of file _TestStatus.py.

string pr2_self_test_msgs::msg::_TestStatus.TestStatus::_type = "pr2_self_test_msgs/TestStatus" [static, private]

Definition at line 10 of file _TestStatus.py.

Definition at line 35 of file _TestStatus.py.

Definition at line 53 of file _TestStatus.py.

Definition at line 33 of file _TestStatus.py.

Definition at line 36 of file _TestStatus.py.

Definition at line 31 of file _TestStatus.py.

Definition at line 53 of file _TestStatus.py.

Definition at line 29 of file _TestStatus.py.

Definition at line 32 of file _TestStatus.py.

Definition at line 30 of file _TestStatus.py.

Definition at line 34 of file _TestStatus.py.


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


pr2_self_test_msgs
Author(s): Kevin Watts
autogenerated on Sat Dec 28 2013 17:29:33