roscpp::srv::_Empty::EmptyResponse Class Reference
List of all members.
Detailed Description
Definition at line 95 of file _Empty.py.
Member Function Documentation
def roscpp::srv::_Empty::EmptyResponse::__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:
@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 104 of file _Empty.py.
def roscpp::srv::_Empty::EmptyResponse::_get_types |
( |
|
self |
) |
[private] |
def roscpp::srv::_Empty::EmptyResponse::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 138 of file _Empty.py.
def roscpp::srv::_Empty::EmptyResponse::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 164 of file _Empty.py.
def roscpp::srv::_Empty::EmptyResponse::serialize |
( |
|
self, |
|
|
|
buff | |
|
) |
| | |
serialize message into buffer
@param buff: buffer
@type buff: StringIO
Definition at line 127 of file _Empty.py.
def roscpp::srv::_Empty::EmptyResponse::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 _Empty.py.
Member Data Documentation
Initial value:
Definition at line 99 of file _Empty.py.
The documentation for this class was generated from the following file: