#include <yarp/rosmsg/geometry_msgs/Point.h>
|
static constexpr const char * | typeName = "geometry_msgs/Point" |
|
static constexpr const char * | typeChecksum = "4a842b65f413084dc2b10fb484ea7f17" |
|
static constexpr const char * | typeText |
|
Definition at line 32 of file Point.h.
◆ bottleStyle
◆ rosStyle
◆ Point()
yarp::rosmsg::geometry_msgs::Point::Point |
( |
| ) |
|
|
inline |
◆ clear()
void yarp::rosmsg::geometry_msgs::Point::clear |
( |
| ) |
|
|
inline |
◆ getType()
◆ 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 93 of file Point.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 135 of file Point.h.
◆ writeBare()
◆ writeBottle()
◆ typeChecksum
constexpr const char* yarp::rosmsg::geometry_msgs::Point::typeChecksum = "4a842b65f413084dc2b10fb484ea7f17" |
|
staticconstexpr |
◆ typeName
constexpr const char* yarp::rosmsg::geometry_msgs::Point::typeName = "geometry_msgs/Point" |
|
staticconstexpr |
◆ typeText
constexpr const char* yarp::rosmsg::geometry_msgs::Point::typeText |
|
staticconstexpr |
Initial value:= "\
# This contains the position of a point in free space\n\
float64 x\n\
float64 y\n\
float64 z\n\
"
Definition at line 153 of file Point.h.
The documentation for this class was generated from the following file:
- src/libYARP_rosmsg/src/idl_generated_code/yarp/rosmsg/geometry_msgs/Point.h