class to manage range sensor's parameter More...
#include <RangeSensorParameter.h>
Public Types | |
| enum | { MODL = 0, DMIN, DMAX, ARES, AMIN, AMAX, AFRT, SCAN } |
Public Attributes | |
| std::string | model |
| MODL. | |
| long | distance_min |
| DMIN. | |
| long | distance_max |
| DMAX. | |
| int | area_total |
| ARES. | |
| int | area_min |
| AMIN. | |
| int | area_max |
| AMAX. | |
| int | area_front |
| AFRT. | |
| int | scan_rpm |
| SCAN. | |
class to manage range sensor's parameter
Definition at line 19 of file RangeSensorParameter.h.
| anonymous enum |
Definition at line 22 of file RangeSensorParameter.h.
| std::string qrk::RangeSensorParameter::model |
1.7.6.1-20120122