#include <yarp/rosmsg/shape_msgs/Plane.h>
|
static constexpr const char * | typeName = "shape_msgs/Plane" |
|
static constexpr const char * | typeChecksum = "2c1b92ed8f31492f8e73f6a4a44ca796" |
|
static constexpr const char * | typeText |
|
Definition at line 36 of file Plane.h.
◆ bottleStyle
◆ rosStyle
◆ Plane()
yarp::rosmsg::shape_msgs::Plane::Plane |
( |
| ) |
|
|
inline |
◆ clear()
void yarp::rosmsg::shape_msgs::Plane::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 88 of file Plane.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 121 of file Plane.h.
◆ writeBare()
◆ writeBottle()
◆ coef
◆ typeChecksum
constexpr const char* yarp::rosmsg::shape_msgs::Plane::typeChecksum = "2c1b92ed8f31492f8e73f6a4a44ca796" |
|
staticconstexpr |
◆ typeName
constexpr const char* yarp::rosmsg::shape_msgs::Plane::typeName = "shape_msgs/Plane" |
|
staticconstexpr |
◆ typeText
constexpr const char* yarp::rosmsg::shape_msgs::Plane::typeText |
|
staticconstexpr |
Initial value:= "\
# Representation of a plane, using the plane equation ax + by + cz + d = 0\n\
\n\
# a := coef[0]\n\
# b := coef[1]\n\
# c := coef[2]\n\
# d := coef[3]\n\
\n\
float64[4] coef\n\
"
Definition at line 139 of file Plane.h.
The documentation for this class was generated from the following file:
- src/libYARP_rosmsg/src/idl_generated_code/yarp/rosmsg/shape_msgs/Plane.h