![]() |
|
|||||||||||||||||||||||||||||||||||||||||||||
#include <jcam_dll.h>
Public Attributes | |
| INT32 | sequenceNumber |
| Sequence number from Synchronized Scanning Mode. | |
| INT32 | location |
| The encoder value when when the scanner created the profile. | |
| INT32 | sendLocation |
| The encoder value when the scanner sent the profile. | |
| INT32 | laserOnTime |
| The number of microseconds the laser was on. | |
| INT32 | timeInHead |
| The time since the scanner was turned on. | |
| INT32 | inputs |
| The cable input to the scanner. | |
| INT32 | flags |
| Information from the scanner. | |
| INT32 | reserved1 |
| Currently unused. | |
| INT32 | reserved2 |
| Currently unused. | |
| INT32 | numberPoints |
| The number of valid coordinate points in this profile. | |
| ProfileDataPoint | data [MAX_VERTICAL] |
| Coordinates in 1000ths of an inch; i.e. 2000 is 2 inches. | |
Sequence number from Synchronized Scanning Mode.
Sequential jsProfile's during Synchronized Scanning Mode should have sequential sequenceNumber's. The counter is reset to 0 every time Synchronized Scanning Mode is restarted.
The encoder value when when the scanner created the profile.
The encoder value when the scanner sent the profile.
The number of microseconds the laser was on.
The time since the scanner was turned on.
It is not the time of day, nor the current date.
The cable input to the scanner.
This includes the Cable ID, the encoder signals, and the Start Scan signal.
Information from the scanner.
If bit 0 is set, then Synchronized Scanning Mode scanning is trying to run faster than the scanner is capable. The rest of the bits are unused and should be 0.
Currently unused.
Currently unused.
The number of valid coordinate points in this profile.
| ProfileDataPoint tagProfile::data[MAX_VERTICAL] |
Coordinates in 1000ths of an inch; i.e. 2000 is 2 inches.
MAX_VERTICAL is defined in jsConstants.