hokuyo
Public Types | Public Member Functions | Public Attributes | List of all members
URG::DeviceInfo Struct Reference

#include <hokuyo.hh>

Public Types

enum  VERSIONS { URG04LX, UTM30LX, UST20LX, UNKNOWN }
 

Public Member Functions

 DeviceInfo ()
 

Public Attributes

std::map< std::string, std::string > values
 
VERSIONS version
 
int dMin
 
int dMax
 the minimal measurable distance More...
 
int resolution
 the biggest measurable distance More...
 
int stepMin
 how much steps in one full turn More...
 
int stepMax
 the first measurable range More...
 
int stepFront
 the last measurable step More...
 
float motorSpeed
 the step number in front of the device More...
 

Detailed Description

This structure is returned by getInfo() to represent various informations on the device.

Member Enumeration Documentation

◆ VERSIONS

Enumerator
URG04LX 
UTM30LX 
UST20LX 
UNKNOWN 

Constructor & Destructor Documentation

◆ DeviceInfo()

URG::DeviceInfo::DeviceInfo ( )
inline

Member Data Documentation

◆ dMax

int URG::DeviceInfo::dMax

the minimal measurable distance

◆ dMin

int URG::DeviceInfo::dMin

◆ motorSpeed

float URG::DeviceInfo::motorSpeed

the step number in front of the device

◆ resolution

int URG::DeviceInfo::resolution

the biggest measurable distance

◆ stepFront

int URG::DeviceInfo::stepFront

the last measurable step

◆ stepMax

int URG::DeviceInfo::stepMax

the first measurable range

◆ stepMin

int URG::DeviceInfo::stepMin

how much steps in one full turn

◆ values

std::map<std::string, std::string> URG::DeviceInfo::values

◆ version

VERSIONS URG::DeviceInfo::version

The documentation for this struct was generated from the following file: