Structure containing scan data configuration. More...
#include <lms_structs.h>
Public Attributes | |
bool | deviceName |
Device name. Determines whether the device name is to be output. More... | |
int | encoder |
Encoders channels. Defines which output channel is activated. More... | |
int | outputChannel |
Output channels. Defines which output channel is activated. More... | |
int | outputInterval |
Output interval. Defines which scan is output. More... | |
bool | position |
Position. Defines whether position values are output. More... | |
bool | remission |
Remission. Defines whether remission values are output. More... | |
int | resolution |
Remission resolution. Defines whether the remission values are output with 8-bit or 16bit resolution. More... | |
bool | timestamp |
Structure containing scan data configuration.
Definition at line 68 of file lms_structs.h.
bool scanDataCfg::deviceName |
Device name. Determines whether the device name is to be output.
Definition at line 105 of file lms_structs.h.
int scanDataCfg::encoder |
Encoders channels. Defines which output channel is activated.
Definition at line 93 of file lms_structs.h.
int scanDataCfg::outputChannel |
Output channels. Defines which output channel is activated.
Definition at line 75 of file lms_structs.h.
int scanDataCfg::outputInterval |
Output interval. Defines which scan is output.
01 every scan
02 every 2nd scan
...
50000 every 50000th scan
Definition at line 118 of file lms_structs.h.
bool scanDataCfg::position |
Position. Defines whether position values are output.
Definition at line 99 of file lms_structs.h.
bool scanDataCfg::remission |
Remission. Defines whether remission values are output.
Definition at line 81 of file lms_structs.h.
int scanDataCfg::resolution |
Remission resolution. Defines whether the remission values are output with 8-bit or 16bit resolution.
Definition at line 87 of file lms_structs.h.
bool scanDataCfg::timestamp |
Definition at line 107 of file lms_structs.h.