qrk::RangeSensorParameter Class Reference

class to manage range sensor's parameter More...

#include <RangeSensorParameter.h>

List of all members.

Public Types

enum  {
  MODL = 0, DMIN, DMAX, ARES,
  AMIN, AMAX, AFRT, SCAN
}

Public Member Functions

 RangeSensorParameter (void)

Public Attributes

int area_front
 AFRT.
int area_max
 AMAX.
int area_min
 AMIN.
int area_total
 ARES.
long distance_max
 DMAX.
long distance_min
 DMIN.
std::string model
 MODL.
int scan_rpm
 SCAN.

Detailed Description

class to manage range sensor's parameter

Definition at line 19 of file RangeSensorParameter.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
MODL 

Sensor model information.

DMIN 

Least possible measurement range [mm].

DMAX 

Maximum possible measurement range [mm].

ARES 

Angular resolution(Number of partitions in 360 degree).

AMIN 

Least possible measurement direction in terms of angle.

AMAX 

Maximum possible measurement direction in terms of angle.

AFRT 

Front direction index.

SCAN 

Standard angular velocity [rpm].

Definition at line 22 of file RangeSensorParameter.h.


Constructor & Destructor Documentation

qrk::RangeSensorParameter::RangeSensorParameter ( void   )  [inline]

Definition at line 42 of file RangeSensorParameter.h.


Member Data Documentation

AFRT.

Definition at line 39 of file RangeSensorParameter.h.

AMAX.

Definition at line 38 of file RangeSensorParameter.h.

AMIN.

Definition at line 37 of file RangeSensorParameter.h.

ARES.

Definition at line 36 of file RangeSensorParameter.h.

DMAX.

Definition at line 35 of file RangeSensorParameter.h.

DMIN.

Definition at line 34 of file RangeSensorParameter.h.

MODL.

Definition at line 33 of file RangeSensorParameter.h.

SCAN.

Definition at line 40 of file RangeSensorParameter.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Defines


libhokuyo_urg
Author(s): Alexander Bubeck
autogenerated on Fri Jan 11 09:14:15 2013