moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
C++ Wrapper class for Python 3 Bytes
Object.
More...
#include <serialize_msg.h>
Public Member Functions | |
ByteString () | |
ByteString (const char *s) | |
ByteString (const std::string &s) | |
template<typename T > | |
ByteString (const boost::python::api::proxy< T > &proxy) | |
template<typename T , typename std::enable_if< ros::message_traits::IsMessage< T >::value, int >::type = 0> | |
ByteString (const T &msg) | |
Serializes a ROS message into a Python Bytes object The second template parameter ensures that this overload is only chosen with a ROS message argument. More... | |
template<typename T > | |
void | deserialize (T &msg) const |
Convert content to a ROS message. More... | |
C++ Wrapper class for Python 3 Bytes
Object.
Definition at line 51 of file serialize_msg.h.
|
inline |
Definition at line 56 of file serialize_msg.h.
|
inlineexplicit |
Definition at line 59 of file serialize_msg.h.
|
inlineexplicit |
Definition at line 62 of file serialize_msg.h.
|
inlineexplicit |
Definition at line 68 of file serialize_msg.h.
|
inlineexplicit |
Serializes a ROS message into a Python Bytes object The second template parameter ensures that this overload is only chosen with a ROS message argument.
Definition at line 75 of file serialize_msg.h.
|
inline |
Convert content to a ROS message.
Definition at line 86 of file serialize_msg.h.