CARLA
 
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
carla::ros2::CarlaDVSCameraPublisherImpl结构体 参考

DVS相机数据发布者的内部实现结构。 更多...

+ carla::ros2::CarlaDVSCameraPublisherImpl 的协作图:

Public 属性

efd::DataWriter * _datawriter { nullptr }
 Fast-DDS数据写入器指针。
 
sensor_msgs::msg::Image _image {}
 待发布的图像数据。
 
CarlaListener _listener {}
 CARLA监听器实例,用于处理回调。
 
efd::DomainParticipant * _participant { nullptr }
 Fast-DDS域参与者指针。
 
efd::Publisher * _publisher { nullptr }
 Fast-DDS发布者指针。
 
efd::Topic * _topic { nullptr }
 Fast-DDS主题指针。
 
efd::TypeSupport _type { new sensor_msgs::msg::ImagePubSubType() }
 Fast-DDS类型支持,用于图像数据。
 

详细描述

DVS相机数据发布者的内部实现结构。

在文件 CarlaDVSCameraPublisher.cpp49 行定义.

类成员变量说明

◆ _datawriter

efd::DataWriter* carla::ros2::CarlaDVSCameraPublisherImpl::_datawriter { nullptr }

Fast-DDS数据写入器指针。

在文件 CarlaDVSCameraPublisher.cpp65 行定义.

◆ _image

sensor_msgs::msg::Image carla::ros2::CarlaDVSCameraPublisherImpl::_image {}

待发布的图像数据。

在文件 CarlaDVSCameraPublisher.cpp77 行定义.

◆ _listener

CarlaListener carla::ros2::CarlaDVSCameraPublisherImpl::_listener {}

CARLA监听器实例,用于处理回调。

在文件 CarlaDVSCameraPublisher.cpp73 行定义.

◆ _participant

efd::DomainParticipant* carla::ros2::CarlaDVSCameraPublisherImpl::_participant { nullptr }

Fast-DDS域参与者指针。

在文件 CarlaDVSCameraPublisher.cpp53 行定义.

◆ _publisher

efd::Publisher* carla::ros2::CarlaDVSCameraPublisherImpl::_publisher { nullptr }

Fast-DDS发布者指针。

在文件 CarlaDVSCameraPublisher.cpp57 行定义.

◆ _topic

efd::Topic* carla::ros2::CarlaDVSCameraPublisherImpl::_topic { nullptr }

Fast-DDS主题指针。

在文件 CarlaDVSCameraPublisher.cpp61 行定义.

◆ _type

efd::TypeSupport carla::ros2::CarlaDVSCameraPublisherImpl::_type { new sensor_msgs::msg::ImagePubSubType() }

Fast-DDS类型支持,用于图像数据。

在文件 CarlaDVSCameraPublisher.cpp69 行定义.


该结构体的文档由以下文件生成: