This class represents the structure Vector3 defined by the user in the IDL file. 更多...
#include <Vector3.h>
Public 成员函数 | |
eProsima_user_DllExport void | deserialize (eprosima::fastcdr::Cdr &cdr) |
This function deserializes an object using CDR serialization. | |
eProsima_user_DllExport bool | operator!= (const Vector3 &x) const |
Comparison operator. | |
eProsima_user_DllExport Vector3 & | operator= (const Vector3 &x) |
Copy assignment. | |
eProsima_user_DllExport Vector3 & | operator= (Vector3 &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const Vector3 &x) const |
Comparison operator. | |
eProsima_user_DllExport void | serialize (eprosima::fastcdr::Cdr &cdr) const |
This function serializes an object using CDR serialization. | |
eProsima_user_DllExport void | serializeKey (eprosima::fastcdr::Cdr &cdr) const |
This function serializes the key members of an object using CDR serialization. | |
eProsima_user_DllExport | Vector3 () |
Default constructor. | |
eProsima_user_DllExport | Vector3 (const Vector3 &x) |
Copy constructor. | |
eProsima_user_DllExport | Vector3 (Vector3 &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport double & | x () |
This function returns a reference to member x | |
eProsima_user_DllExport double | x () const |
This function returns the value of member x | |
eProsima_user_DllExport void | x (double _x) |
This function sets a value in member x | |
eProsima_user_DllExport double & | y () |
This function returns a reference to member y | |
eProsima_user_DllExport double | y () const |
This function returns the value of member y | |
eProsima_user_DllExport void | y (double _y) |
This function sets a value in member y | |
eProsima_user_DllExport double & | z () |
This function returns a reference to member z | |
eProsima_user_DllExport double | z () const |
This function returns the value of member z | |
eProsima_user_DllExport void | z (double _z) |
This function sets a value in member z | |
eProsima_user_DllExport | ~Vector3 () |
Default destructor. | |
静态 Public 成员函数 | |
static eProsima_user_DllExport size_t | getCdrSerializedSize (const geometry_msgs::msg::Vector3 &data, size_t current_alignment=0) |
This function returns the serialized size of a data depending on the buffer alignment. | |
static eProsima_user_DllExport size_t | getKeyMaxCdrSerializedSize (size_t current_alignment=0) |
This function returns the maximum serialized size of the Key of an object depending on the buffer alignment. | |
static eProsima_user_DllExport size_t | getMaxCdrSerializedSize (size_t current_alignment=0) |
This function returns the maximum serialized size of an object depending on the buffer alignment. | |
static eProsima_user_DllExport bool | isKeyDefined () |
This function tells you if the Key has been defined for this type | |
Private 属性 | |
double | m_x |
double | m_y |
double | m_z |
This class represents the structure Vector3 defined by the user in the IDL file.
geometry_msgs::msg::Vector3::Vector3 | ( | ) |
geometry_msgs::msg::Vector3::~Vector3 | ( | ) |
Default destructor.
在文件 Vector3.cpp 第 50 行定义.
geometry_msgs::msg::Vector3::Vector3 | ( | const Vector3 & | x | ) |
Copy constructor.
x | Reference to the object geometry_msgs::msg::Vector3 that will be copied. |
在文件 Vector3.cpp 第 54 行定义.
|
noexcept |
Move constructor.
x | Reference to the object geometry_msgs::msg::Vector3 that will be copied. |
在文件 Vector3.cpp 第 62 行定义.
void geometry_msgs::msg::Vector3::deserialize | ( | eprosima::fastcdr::Cdr & | cdr | ) |
This function deserializes an object using CDR serialization.
cdr | CDR serialization object. |
在文件 Vector3.cpp 第 131 行定义.
被这些函数引用 geometry_msgs::msg::Vector3PubSubType::deserialize().
|
static |
This function returns the serialized size of a data depending on the buffer alignment.
data | Data which is calculated its serialized size. |
current_alignment | Buffer alignment. |
在文件 Vector3.cpp 第 110 行定义.
被这些函数引用 carla_msgs::msg::CarlaCollisionEvent::getCdrSerializedSize(), geometry_msgs::msg::Transform::getCdrSerializedSize(), geometry_msgs::msg::Twist::getCdrSerializedSize(), sensor_msgs::msg::Imu::getCdrSerializedSize() , 以及 geometry_msgs::msg::Vector3PubSubType::getSerializedSizeProvider().
|
static |
This function returns the maximum serialized size of the Key of an object depending on the buffer alignment.
current_alignment | Buffer alignment. |
在文件 Vector3.cpp 第 223 行定义.
引用了 geometry_msgs_msg_Vector3_max_key_cdr_typesize.
被这些函数引用 geometry_msgs::msg::Vector3PubSubType::getKey() , 以及 geometry_msgs::msg::Vector3PubSubType::Vector3PubSubType().
|
static |
This function returns the maximum serialized size of an object depending on the buffer alignment.
current_alignment | Buffer alignment. |
在文件 Vector3.cpp 第 103 行定义.
引用了 geometry_msgs_msg_Vector3_max_cdr_typesize.
被这些函数引用 geometry_msgs::msg::Vector3PubSubType::Vector3PubSubType().
|
static |
This function tells you if the Key has been defined for this type
在文件 Vector3.cpp 第 230 行定义.
被这些函数引用 geometry_msgs::msg::Vector3PubSubType::Vector3PubSubType().
bool geometry_msgs::msg::Vector3::operator!= | ( | const Vector3 & | x | ) | const |
geometry_msgs::msg::Vector3 & geometry_msgs::msg::Vector3::operator= | ( | const Vector3 & | x | ) |
Copy assignment.
x | Reference to the object geometry_msgs::msg::Vector3 that will be copied. |
在文件 Vector3.cpp 第 70 行定义.
|
noexcept |
Move assignment.
x | Reference to the object geometry_msgs::msg::Vector3 that will be copied. |
在文件 Vector3.cpp 第 81 行定义.
引用了 m_x.
bool geometry_msgs::msg::Vector3::operator== | ( | const Vector3 & | x | ) | const |
void geometry_msgs::msg::Vector3::serialize | ( | eprosima::fastcdr::Cdr & | cdr | ) | const |
This function serializes an object using CDR serialization.
cdr | CDR serialization object. |
在文件 Vector3.cpp 第 123 行定义.
被这些函数引用 geometry_msgs::msg::Vector3PubSubType::serialize().
void geometry_msgs::msg::Vector3::serializeKey | ( | eprosima::fastcdr::Cdr & | cdr | ) | const |
This function serializes the key members of an object using CDR serialization.
cdr | CDR serialization object. |
在文件 Vector3.cpp 第 235 行定义.
被这些函数引用 geometry_msgs::msg::Vector3PubSubType::getKey().
double & geometry_msgs::msg::Vector3::x | ( | ) |
double geometry_msgs::msg::Vector3::x | ( | ) | const |
void geometry_msgs::msg::Vector3::x | ( | double | _x | ) |
This function sets a value in member x
_x | New value for member x |
在文件 Vector3.cpp 第 143 行定义.
被这些函数引用 carla::ros2::CarlaIMUPublisher::SetData() , 以及 carla::ros2::CarlaCollisionPublisher::SetData().
double & geometry_msgs::msg::Vector3::y | ( | ) |
double geometry_msgs::msg::Vector3::y | ( | ) | const |
void geometry_msgs::msg::Vector3::y | ( | double | _y | ) |
This function sets a value in member y
_y | New value for member y |
在文件 Vector3.cpp 第 171 行定义.
被这些函数引用 carla::ros2::CarlaIMUPublisher::SetData() , 以及 carla::ros2::CarlaCollisionPublisher::SetData().
double & geometry_msgs::msg::Vector3::z | ( | ) |
double geometry_msgs::msg::Vector3::z | ( | ) | const |
void geometry_msgs::msg::Vector3::z | ( | double | _z | ) |
This function sets a value in member z
_z | New value for member z |
在文件 Vector3.cpp 第 199 行定义.
被这些函数引用 carla::ros2::CarlaIMUPublisher::SetData() , 以及 carla::ros2::CarlaCollisionPublisher::SetData().
|
private |
被这些函数引用 operator=(), operator=(), operator==(), Vector3() , 以及 Vector3().
|
private |
被这些函数引用 operator=(), operator==(), Vector3() , 以及 Vector3().
|
private |
被这些函数引用 operator=(), operator==(), Vector3() , 以及 Vector3().