JCam DLL API Reference
tagOldCalibrationValue Struct Reference

Old position calibration parameters sent to the scanner. More...

#include <jcam_dll.h>

Public Attributes

double x
 The X offset of the scanner's position. More...
 
double y
 The Y offset of the scanner's position. More...
 
double roll
 The scanner's rotation. More...
 
char date [DATE_LENGTH]
 The date the calibration was sent. This can be an empty string. More...
 

Detailed Description

Old position calibration parameters sent to the scanner.

Member Data Documentation

◆ date

char tagOldCalibrationValue::date[DATE_LENGTH]

The date the calibration was sent. This can be an empty string.

◆ roll

double tagOldCalibrationValue::roll

The scanner's rotation.

◆ x

double tagOldCalibrationValue::x

The X offset of the scanner's position.

◆ y

double tagOldCalibrationValue::y

The Y offset of the scanner's position.


The documentation for this struct was generated from the following file: