Public Member Functions | Private Attributes
sick::datastructure::ConfigData Class Reference

Config data for current and persistent sensor config. More...

#include <ConfigData.h>

List of all members.

Public Member Functions

 ConfigData ()
 The constructor of the config data.
float getAngularBeamResolution () const
 Returns the angular resolution between the beams.
float getEndAngle () const
 Get the end angle of the configuration.
float getStartAngle () const
 Get the start angle of the configuration.
void setAngularBeamResolution (const int32_t &angular_beam_resolution)
 Set the angular resolution between beams.
void setAngularBeamResolutionDegrees (const float &angular_beam_resolution)
 Set the angular resolution between beams from degrees.
void setEndAngle (const int32_t &end_angle)
 Set the end angle of the configuration.
void setEndAngleDegrees (const float &end_angle)
 Set the end angle of the configuration from degrees.
void setStartAngle (const int32_t &start_angle)
 Set the start angle of the configuration.
void setStartAngleDegrees (const float &start_angle)
 Set the start angle of the configuration from degrees.

Private Attributes

const double ANGLE_RESOLUTION = 4194304.0
 Defined angle resolution to convert sensor input to the right frame.
float m_angular_beam_resolution
float m_end_angle
float m_start_angle

Detailed Description

Config data for current and persistent sensor config.

Definition at line 48 of file ConfigData.h.


Constructor & Destructor Documentation

The constructor of the config data.

Definition at line 40 of file ConfigData.cpp.


Member Function Documentation

Returns the angular resolution between the beams.

Returns:
Angular resolution between beams.

Definition at line 72 of file ConfigData.cpp.

Get the end angle of the configuration.

Returns:
End angle of the configuration.

Definition at line 57 of file ConfigData.cpp.

Get the start angle of the configuration.

Returns:
Start angle of the configuration.

Definition at line 42 of file ConfigData.cpp.

void sick::datastructure::ConfigData::setAngularBeamResolution ( const int32_t &  angular_beam_resolution)

Set the angular resolution between beams.

Parameters:
angular_beam_resolutionThe angular resolution between two beams.

Definition at line 77 of file ConfigData.cpp.

void sick::datastructure::ConfigData::setAngularBeamResolutionDegrees ( const float &  angular_beam_resolution)

Set the angular resolution between beams from degrees.

Parameters:
angular_beam_resolutionThe angular resolution between two beams in degrees.

Definition at line 82 of file ConfigData.cpp.

void sick::datastructure::ConfigData::setEndAngle ( const int32_t &  end_angle)

Set the end angle of the configuration.

Parameters:
end_angleEnd angle of the configuration.

Definition at line 62 of file ConfigData.cpp.

void sick::datastructure::ConfigData::setEndAngleDegrees ( const float &  end_angle)

Set the end angle of the configuration from degrees.

Parameters:
end_angleEnd angle of the configuration in degrees.

Definition at line 67 of file ConfigData.cpp.

void sick::datastructure::ConfigData::setStartAngle ( const int32_t &  start_angle)

Set the start angle of the configuration.

Parameters:
start_angleStart angle of the scan.

Definition at line 47 of file ConfigData.cpp.

void sick::datastructure::ConfigData::setStartAngleDegrees ( const float &  start_angle)

Set the start angle of the configuration from degrees.

Parameters:
start_angleStart angle of the configuration in degrees.

Definition at line 52 of file ConfigData.cpp.


Member Data Documentation

const double sick::datastructure::ConfigData::ANGLE_RESOLUTION = 4194304.0 [private]

Defined angle resolution to convert sensor input to the right frame.

Definition at line 115 of file ConfigData.h.

Definition at line 119 of file ConfigData.h.

Definition at line 118 of file ConfigData.h.

Definition at line 117 of file ConfigData.h.


The documentation for this class was generated from the following files:


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Tue May 7 2019 03:27:37