|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
19 #ifndef YARP_ROSMSG_geometry_msgs_QuaternionStamped_h
20 #define YARP_ROSMSG_geometry_msgs_QuaternionStamped_h
145 static constexpr
const char*
typeName =
"geometry_msgs/QuaternionStamped";
148 static constexpr
const char*
typeChecksum =
"e57f1e547e0e1fd13504588ffc8334e2";
152 # This represents an orientation with reference coordinate frame and timestamp.\n\
155 Quaternion quaternion\n\
157 ================================================================================\n\
158 MSG: std_msgs/Header\n\
159 # Standard metadata for higher-level stamped data types.\n\
160 # This is generally used to communicate timestamped data \n\
161 # in a particular coordinate frame.\n\
163 # sequence ID: consecutively increasing ID \n\
165 #Two-integer timestamp that is expressed as:\n\
166 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
167 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
168 # time-handling sugar is provided by the client library\n\
170 #Frame this data is associated with\n\
175 ================================================================================\n\
176 MSG: geometry_msgs/Quaternion\n\
177 # This represents an orientation in free space in quaternion form.\n\
198 #endif // YARP_ROSMSG_geometry_msgs_QuaternionStamped_h
bool readBare(yarp::os::ConnectionReader &connection) override
bool readBottle(yarp::os::ConnectionReader &connection) override
yarp::os::idl::BottleStyle< yarp::rosmsg::geometry_msgs::QuaternionStamped > bottleStyle
virtual bool read(yarp::os::idl::WireReader &reader)
virtual bool isBareMode() const =0
Check if the connection is bare mode.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
static constexpr const char * typeText
yarp::os::Type getType() const override
virtual bool isError() const =0
static Type byName(const char *name)
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
Type & addProperty(const char *key, const Value &val)
An interface for writing to a network connection.
virtual bool isError() const =0
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
virtual bool convertTextMode()=0
Reads in a standard description in text mode, and converts it to a standard description in binary.
static constexpr const char * typeChecksum
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
virtual bool convertTextMode()=0
Converts a standard description in binary into a textual description, if the connection is in text-mo...
virtual void appendInt32(std::int32_t data)=0
Send a representation of a 32-bit integer to the network connection.
IDL-friendly connection reader.
An interface for reading from a network connection.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
yarp::rosmsg::std_msgs::Header header
The main, catch-all namespace for YARP.
yarp::rosmsg::geometry_msgs::Quaternion quaternion
A single value (typically within a Bottle).
yarp::os::idl::BareStyle< yarp::rosmsg::geometry_msgs::QuaternionStamped > rosStyle
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
static constexpr const char * typeName
bool writeBare(yarp::os::ConnectionWriter &connection) const override
virtual bool write(const yarp::os::idl::WireWriter &writer) const