#include <yarp/rosmsg/geometry_msgs/Point32.h>
|
static constexpr const char * | typeName = "geometry_msgs/Point32" |
|
static constexpr const char * | typeChecksum = "cc153912f1453b708d221682bc23d9ac" |
|
static constexpr const char * | typeText |
|
Definition at line 38 of file Point32.h.
◆ bottleStyle
◆ rosStyle
◆ Point32()
yarp::rosmsg::geometry_msgs::Point32::Point32 |
( |
| ) |
|
|
inline |
◆ clear()
void yarp::rosmsg::geometry_msgs::Point32::clear |
( |
| ) |
|
|
inline |
◆ getType()
yarp::os::Type yarp::rosmsg::geometry_msgs::Point32::getType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::Portable.
Definition at line 99 of file Point32.h.
◆ readBare()
◆ readBottle()
◆ write()
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
- Parameters
-
writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::Portable.
Definition at line 141 of file Point32.h.
◆ writeBare()
◆ writeBottle()
◆ typeChecksum
constexpr const char* yarp::rosmsg::geometry_msgs::Point32::typeChecksum = "cc153912f1453b708d221682bc23d9ac" |
|
staticconstexpr |
◆ typeName
constexpr const char* yarp::rosmsg::geometry_msgs::Point32::typeName = "geometry_msgs/Point32" |
|
staticconstexpr |
◆ typeText
constexpr const char* yarp::rosmsg::geometry_msgs::Point32::typeText |
|
staticconstexpr |
Initial value:= "\
# This contains the position of a point in free space(with 32 bits of precision).\n\
# It is recommeded to use Point wherever possible instead of Point32. \n\
# \n\
# This recommendation is to promote interoperability. \n\
#\n\
# This message is designed to take up less space when sending\n\
# lots of points at once, as in the case of a PointCloud. \n\
\n\
float32 x\n\
float32 y\n\
float32 z\n\
"
Definition at line 159 of file Point32.h.
The documentation for this class was generated from the following file:
- src/libYARP_rosmsg/src/idl_generated_code/yarp/rosmsg/geometry_msgs/Point32.h