app_manager::msg::_ClientApp::ClientApp Class Reference

List of all members.

Public Member Functions

def __init__
def deserialize
def deserialize_numpy
def serialize
def serialize_numpy

Public Attributes

 app_data
 client_type
 manager_data

Private Member Functions

def _get_types

Static Private Attributes

list __slots__ = ['client_type','manager_data','app_data']
string _full_text
 _has_header = False
string _md5sum = "0a8112672c3fbf73cb62ec78d67e41bb"
list _slot_types = ['string','app_manager/KeyValue[]','app_manager/KeyValue[]']
string _type = "app_manager/ClientApp"

Detailed Description

Definition at line 7 of file _ClientApp.py.


Member Function Documentation

def app_manager::msg::_ClientApp::ClientApp::__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:
   client_type,manager_data,app_data

@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 29 of file _ClientApp.py.

def app_manager::msg::_ClientApp::ClientApp::_get_types (   self  )  [private]
internal API method

Definition at line 57 of file _ClientApp.py.

def app_manager::msg::_ClientApp::ClientApp::deserialize (   self,
  str 
)
unpack serialized message in str into this message instance
@param str: byte array of serialized message
@type  str: str

Definition at line 94 of file _ClientApp.py.

def app_manager::msg::_ClientApp::ClientApp::deserialize_numpy (   self,
  str,
  numpy 
)
unpack serialized message in str into this message instance using numpy for array types
@param str: byte array of serialized message
@type  str: str
@param numpy: numpy python module
@type  numpy: module

Definition at line 184 of file _ClientApp.py.

def app_manager::msg::_ClientApp::ClientApp::serialize (   self,
  buff 
)
serialize message into buffer
@param buff: buffer
@type  buff: StringIO

Definition at line 63 of file _ClientApp.py.

def app_manager::msg::_ClientApp::ClientApp::serialize_numpy (   self,
  buff,
  numpy 
)
serialize message with numpy array types into buffer
@param buff: buffer
@type  buff: StringIO
@param numpy: numpy python module
@type  numpy module

Definition at line 151 of file _ClientApp.py.


Member Data Documentation

Definition at line 26 of file _ClientApp.py.

Initial value:
"""# like "android" or "web" or "linux"
string client_type

# like "intent = ros.android.teleop" and "accelerometer = true", used to choose which ClientApp to use
KeyValue[] manager_data

# parameters which just get passed through to the client app.
KeyValue[] app_data

================================================================================
MSG: app_manager/KeyValue
string key
string value

"""

Definition at line 11 of file _ClientApp.py.

Definition at line 10 of file _ClientApp.py.

string app_manager::msg::_ClientApp::ClientApp::_md5sum = "0a8112672c3fbf73cb62ec78d67e41bb" [static, private]

Definition at line 8 of file _ClientApp.py.

list app_manager::msg::_ClientApp::ClientApp::_slot_types = ['string','app_manager/KeyValue[]','app_manager/KeyValue[]'] [static, private]

Definition at line 27 of file _ClientApp.py.

string app_manager::msg::_ClientApp::ClientApp::_type = "app_manager/ClientApp" [static, private]

Definition at line 9 of file _ClientApp.py.

Definition at line 51 of file _ClientApp.py.

Definition at line 47 of file _ClientApp.py.

Definition at line 49 of file _ClientApp.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator


app_manager
Author(s): Jeremy Leibs, Ken Conley
autogenerated on Fri Jan 11 09:39:43 2013