Class containing the latest telegram of a laser scanner. More...
#include <LatestTelegram.h>
Public Member Functions | |
std::shared_ptr< MeasurementData > | getMeasurementDataPtr () const |
Gets the measurement data. More... | |
LatestTelegram () | |
Constructor of the latest telegram. More... | |
void | setMeasurementDataPtr (const std::shared_ptr< MeasurementData > &measurement_data_ptr) |
Sets the measurement data. More... | |
Private Attributes | |
std::shared_ptr< MeasurementData > | m_measurement_data_ptr |
Class containing the latest telegram of a laser scanner.
Definition at line 49 of file LatestTelegram.h.
sick::datastructure::LatestTelegram::LatestTelegram | ( | ) |
Constructor of the latest telegram.
Definition at line 40 of file LatestTelegram.cpp.
std::shared_ptr< MeasurementData > sick::datastructure::LatestTelegram::getMeasurementDataPtr | ( | ) | const |
Gets the measurement data.
Definition at line 42 of file LatestTelegram.cpp.
void sick::datastructure::LatestTelegram::setMeasurementDataPtr | ( | const std::shared_ptr< MeasurementData > & | measurement_data_ptr | ) |
Sets the measurement data.
measurement_data_ptr | The new measurement data. |
Definition at line 47 of file LatestTelegram.cpp.
|
private |
Definition at line 71 of file LatestTelegram.h.