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" |
Definition at line 9 of file _ClientApp.py.
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 31 of file _ClientApp.py.
def app_manager.msg._ClientApp.ClientApp._get_types | ( | self | ) | [private] |
internal API method
Definition at line 59 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, ``str``
Definition at line 110 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, ``str`` :param numpy: numpy python module
Definition at line 231 of file _ClientApp.py.
def app_manager.msg._ClientApp.ClientApp.serialize | ( | self, | |
buff | |||
) |
serialize message into buffer :param buff: buffer, ``StringIO``
Definition at line 65 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, ``StringIO`` :param numpy: numpy python module
Definition at line 185 of file _ClientApp.py.
list app_manager::msg::_ClientApp.ClientApp::__slots__ = ['client_type','manager_data','app_data'] [static, private] |
Definition at line 28 of file _ClientApp.py.
string app_manager::msg::_ClientApp.ClientApp::_full_text [static, private] |
"""# 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 13 of file _ClientApp.py.
app_manager::msg::_ClientApp.ClientApp::_has_header = False [static, private] |
Definition at line 12 of file _ClientApp.py.
string app_manager::msg::_ClientApp.ClientApp::_md5sum = "0a8112672c3fbf73cb62ec78d67e41bb" [static, private] |
Definition at line 10 of file _ClientApp.py.
list app_manager::msg::_ClientApp.ClientApp::_slot_types = ['string','app_manager/KeyValue[]','app_manager/KeyValue[]'] [static, private] |
Definition at line 29 of file _ClientApp.py.
string app_manager::msg::_ClientApp.ClientApp::_type = "app_manager/ClientApp" [static, private] |
Definition at line 11 of file _ClientApp.py.
Definition at line 43 of file _ClientApp.py.
Definition at line 43 of file _ClientApp.py.
Definition at line 43 of file _ClientApp.py.