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. | |
| int | encoder | 
| Encoders channels. Defines which output channel is activated. | |
| int | outputChannel | 
| Output channels. Defines which output channel is activated. | |
| int | outputInterval | 
| Output interval. Defines which scan is output. | |
| bool | position | 
| Position. Defines whether position values are output. | |
| bool | remission | 
| Remission. Defines whether remission values are output. | |
| int | resolution | 
| Remission resolution. Defines whether the remission values are output with 8-bit or 16bit resolution. | |
| bool | timestamp | 
Structure containing scan data configuration.
Definition at line 68 of file lms_structs.h.
Device name. Determines whether the device name is to be output.
Definition at line 105 of file lms_structs.h.
Encoders channels. Defines which output channel is activated.
Definition at line 93 of file lms_structs.h.
Output channels. Defines which output channel is activated.
Definition at line 75 of file lms_structs.h.
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.
Position. Defines whether position values are output.
Definition at line 99 of file lms_structs.h.
Remission. Defines whether remission values are output.
Definition at line 81 of file lms_structs.h.
Remission resolution. Defines whether the remission values are output with 8-bit or 16bit resolution.
Definition at line 87 of file lms_structs.h.
Definition at line 107 of file lms_structs.h.