#include <URG04LXmm.h>

Public Member Functions | |
| URG04LXmmPar () | |
| set appropriate camps of URG04LXmmPar by reading its own attributes | |
| ~URG04LXmmPar () | |
| destructor | |
| void | setEncoding (int value) |
| set the number of byte for data encoding | |
| void | setFirstStep (int value) |
| set the start step in scanning opeations | |
| void | setLastStep (int value) |
| set the stop step in scanning opeations | |
| void | setCluster (int value) |
| set the cluster count in scanning opeations | |
| void | setScanInterval (int value) |
| set the scan interval in scanning opeations | |
| void | setScanNum (int value) |
| set the number of scans to perform in scanning opeations | |
| void | setMotorSpeed (int value) |
| set motor speed at value | |
| void | setBaudRate (int value) |
| set baud rate at value | |
| int | encoding () |
| return the number of byte for data encoding | |
| int | firstStep () |
| return the step corresponding to the max angle | |
| int | lastStep () |
| return the step corresponding to the min angle | |
| int | cluster () |
| return the cluster count in scanning opeations | |
| int | scanInterval () |
| return the scan interval in scanning opeations | |
| int | scanNum () |
| return the number of scans to perform in scanning opeations | |
| int | motorSpeed () |
| return motor speed | |
| int | baudRate () |
| return baud rate | |
Contains all the parameters related to URG04LX sensor. In addition there are the parameters inherited from RangeSensmmPar. There are also some get and set functions for private attributes.
| MipResources::URG04LXmmPar::URG04LXmmPar | ( | ) |
set appropriate camps of URG04LXmmPar by reading its own attributes
defalut constructor
| MipResources::URG04LXmmPar::~URG04LXmmPar | ( | ) |
destructor
| void MipResources::URG04LXmmPar::setEncoding | ( | int | value | ) | [inline] |
set the number of byte for data encoding
| value | desidered byte encoding |
| void MipResources::URG04LXmmPar::setFirstStep | ( | int | value | ) | [inline] |
set the start step in scanning opeations
| value | desidered scanning start step |
| void MipResources::URG04LXmmPar::setLastStep | ( | int | value | ) | [inline] |
set the stop step in scanning opeations
| value | desidered scanning stop step |
| void MipResources::URG04LXmmPar::setCluster | ( | int | value | ) | [inline] |
set the cluster count in scanning opeations
| value | desidered cluster count |
| void MipResources::URG04LXmmPar::setScanInterval | ( | int | value | ) | [inline] |
set the scan interval in scanning opeations
| value | desidered scan interval |
| void MipResources::URG04LXmmPar::setScanNum | ( | int | value | ) | [inline] |
set the number of scans to perform in scanning opeations
| value | desidered number of scans |
setting value to 0 implies continuos scanning
| void MipResources::URG04LXmmPar::setMotorSpeed | ( | int | value | ) | [inline] |
set motor speed at value
| value | desidered speed |
| void MipResources::URG04LXmmPar::setBaudRate | ( | int | value | ) | [inline] |
set baud rate at value
| value | desidered baud rate |
| int MipResources::URG04LXmmPar::encoding | ( | ) | [inline] |
return the number of byte for data encoding
| int MipResources::URG04LXmmPar::firstStep | ( | ) | [inline] |
return the step corresponding to the max angle
| int MipResources::URG04LXmmPar::lastStep | ( | ) | [inline] |
return the step corresponding to the min angle
| int MipResources::URG04LXmmPar::cluster | ( | ) | [inline] |
return the cluster count in scanning opeations
| int MipResources::URG04LXmmPar::scanInterval | ( | ) | [inline] |
return the scan interval in scanning opeations
| int MipResources::URG04LXmmPar::scanNum | ( | ) | [inline] |
return the number of scans to perform in scanning opeations
| int MipResources::URG04LXmmPar::motorSpeed | ( | ) | [inline] |
return motor speed
| int MipResources::URG04LXmmPar::baudRate | ( | ) | [inline] |
return baud rate
1.5.6