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

Class containing the type code of a laser scanner. More...

#include <TypeCode.h>

List of all members.

Public Member Functions

uint8_t getInterfaceType () const
 Gets the interface type for the scanner.
float getMaxRange () const
 Gets the max range for the scanner.
void setInterfaceType (uint8_t interface_type)
 Sets the interface type for the scanner.
void setMaxRange (float max_distance)
 Sets the max range for the scanner.
 TypeCode ()
 Constructor of the type code.

Private Attributes

uint8_t m_interface_type
float m_max_range

Detailed Description

Class containing the type code of a laser scanner.

Definition at line 62 of file TypeCode.h.


Constructor & Destructor Documentation

Constructor of the type code.

Definition at line 40 of file TypeCode.cpp.


Member Function Documentation

Gets the interface type for the scanner.

Returns:
The interface type for the scanner.

Definition at line 42 of file TypeCode.cpp.

Gets the max range for the scanner.

Returns:
The max range for the scanner.

Definition at line 52 of file TypeCode.cpp.

void sick::datastructure::TypeCode::setInterfaceType ( uint8_t  interface_type)

Sets the interface type for the scanner.

Parameters:
interface_typeThe interface type for the scanner.

Definition at line 47 of file TypeCode.cpp.

void sick::datastructure::TypeCode::setMaxRange ( float  max_distance)

Sets the max range for the scanner.

Parameters:
max_distanceThe max range for the scanner.

Definition at line 57 of file TypeCode.cpp.


Member Data Documentation

Definition at line 96 of file TypeCode.h.

Definition at line 97 of file TypeCode.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