#include <sick_safevisionary.h>
Definition at line 44 of file sick_safevisionary.h.
◆ SickSafeVisionary()
SickSafeVisionary::SickSafeVisionary |
( |
| ) |
|
◆ ~SickSafeVisionary()
virtual SickSafeVisionary::~SickSafeVisionary |
( |
| ) |
|
|
inlinevirtual |
◆ publishThread()
void SickSafeVisionary::publishThread |
( |
| ) |
|
|
private |
◆ receiveThread()
void SickSafeVisionary::receiveThread |
( |
| ) |
|
|
private |
◆ run()
void SickSafeVisionary::run |
( |
| ) |
|
◆ stop()
void SickSafeVisionary::stop |
( |
| ) |
|
◆ compound_publisher_
◆ data_available_
std::atomic<bool> SickSafeVisionary::data_available_ |
|
private |
◆ data_handle_
std::shared_ptr<visionary::SafeVisionaryData> SickSafeVisionary::data_handle_ |
|
private |
◆ data_stream_
std::shared_ptr<visionary::SafeVisionaryDataStream> SickSafeVisionary::data_stream_ |
|
private |
◆ frame_id_
std::string SickSafeVisionary::frame_id_ |
|
private |
◆ priv_nh_
◆ publish_thread_ptr_
std::unique_ptr<std::thread> SickSafeVisionary::publish_thread_ptr_ |
|
private |
◆ receive_thread_ptr_
std::unique_ptr<std::thread> SickSafeVisionary::receive_thread_ptr_ |
|
private |
◆ spsc_queue_
boost::lockfree::spsc_queue<visionary::SafeVisionaryData, boost::lockfree::capacity<10> > SickSafeVisionary::spsc_queue_ |
|
private |
◆ udp_port_
int SickSafeVisionary::udp_port_ |
|
private |
The documentation for this class was generated from the following files: