Structure containing scan configuration. More...
#include <lms_structs.h>
Public Attributes | |
int | angleResolution |
Scanning resolution. 1/10000 degree. More... | |
int | scaningFrequency |
Scanning frequency. 1/100 Hz. More... | |
int | startAngle |
Start angle. 1/10000 degree. More... | |
int | stopAngle |
Stop angle. 1/10000 degree. More... | |
Structure containing scan configuration.
Definition at line 35 of file lms_structs.h.
int scanCfg::angleResolution |
Scanning resolution. 1/10000 degree.
Definition at line 47 of file lms_structs.h.
int scanCfg::scaningFrequency |
Scanning frequency. 1/100 Hz.
Definition at line 41 of file lms_structs.h.
int scanCfg::startAngle |
Start angle. 1/10000 degree.
Definition at line 53 of file lms_structs.h.
int scanCfg::stopAngle |
Stop angle. 1/10000 degree.
Definition at line 59 of file lms_structs.h.