Class responsible for communicating with LMS1xx device. More...
#include <lms1xx.h>
Public Member Functions | |
void | connect (std::string host, int port=2111) |
Connect to LMS1xx. | |
void | disconnect () |
Disconnect from LMS1xx device. | |
bool | getData (scanData &data) |
Receive single scan message. | |
scanCfg | getScanCfg () const |
Get current scan configuration. Get scan configuration : | |
bool | isConnected () |
Get status of connection. | |
LMS1xx () | |
void | login () |
Log into LMS1xx unit. Increase privilege level, giving ability to change device configuration. | |
status_t | queryStatus () |
Get current status of LMS1xx device. | |
void | saveConfig () |
Save data permanently. Parameters are saved in the EEPROM of the LMS and will also be available after the device is switched off and on again. | |
void | scanContinous (int start) |
Start or stop continuous data acquisition. After reception of this command device start or stop continuous data stream containing scan messages. | |
void | setScanCfg (const scanCfg &cfg) |
Set scan configuration. Get scan configuration : | |
void | setScanDataCfg (const scanDataCfg &cfg) |
Set scan data configuration. Set format of scan message returned by device. | |
void | startDevice () |
The device is returned to the measurement mode after configuration. | |
void | startMeas () |
Start measurements. After receiving this command LMS1xx unit starts spinning laser and measuring. | |
void | stopMeas () |
Stop measurements. After receiving this command LMS1xx unit stop spinning laser and measuring. | |
virtual | ~LMS1xx () |
Private Attributes | |
bool | connected |
bool | debug |
int | sockDesc |
LMS1xx::LMS1xx | ( | ) |
Definition at line 37 of file lms1xx.cpp.
LMS1xx::~LMS1xx | ( | ) | [virtual] |
Definition at line 42 of file lms1xx.cpp.
void LMS1xx::connect | ( | std::string | host, |
int | port = 2111 |
||
) |
Connect to LMS1xx.
Definition at line 46 of file lms1xx.cpp.
void LMS1xx::disconnect | ( | ) |
Disconnect from LMS1xx device.
Definition at line 65 of file lms1xx.cpp.
bool LMS1xx::getData | ( | scanData & | data | ) |
Receive single scan message.
data | pointer to scanData buffer structure. |
Definition at line 209 of file lms1xx.cpp.
scanCfg LMS1xx::getScanCfg | ( | ) | const |
Get current scan configuration. Get scan configuration :
Definition at line 140 of file lms1xx.cpp.
bool LMS1xx::isConnected | ( | ) |
void LMS1xx::login | ( | ) |
Log into LMS1xx unit. Increase privilege level, giving ability to change device configuration.
Definition at line 125 of file lms1xx.cpp.
Get current status of LMS1xx device.
Definition at line 106 of file lms1xx.cpp.
void LMS1xx::saveConfig | ( | ) |
Save data permanently. Parameters are saved in the EEPROM of the LMS and will also be available after the device is switched off and on again.
Definition at line 447 of file lms1xx.cpp.
void LMS1xx::scanContinous | ( | int | start | ) |
Start or stop continuous data acquisition. After reception of this command device start or stop continuous data stream containing scan messages.
start | 1 : start 0 : stop |
Definition at line 187 of file lms1xx.cpp.
void LMS1xx::setScanCfg | ( | const scanCfg & | cfg | ) |
Set scan configuration. Get scan configuration :
cfg | structure containing scan configuration. |
Definition at line 160 of file lms1xx.cpp.
void LMS1xx::setScanDataCfg | ( | const scanDataCfg & | cfg | ) |
Set scan data configuration. Set format of scan message returned by device.
cfg | structure containing scan data configuration. |
Definition at line 173 of file lms1xx.cpp.
void LMS1xx::startDevice | ( | ) |
The device is returned to the measurement mode after configuration.
Definition at line 462 of file lms1xx.cpp.
void LMS1xx::startMeas | ( | ) |
Start measurements. After receiving this command LMS1xx unit starts spinning laser and measuring.
Definition at line 76 of file lms1xx.cpp.
void LMS1xx::stopMeas | ( | ) |
Stop measurements. After receiving this command LMS1xx unit stop spinning laser and measuring.
Definition at line 91 of file lms1xx.cpp.
bool LMS1xx::connected [private] |
bool LMS1xx::debug [private] |
int LMS1xx::sockDesc [private] |