Skip to content

Struct jsProfileData

ClassList > jsProfileData

A data point within a returned profile's data.

  • #include <joescan_pinchot.h>

Public Attributes

Type Name
int32_t brightness
Measured brightness at given point.
int32_t x
The X coordinate in 1/1000 scan system units.
int32_t y
The Y coordinate in 1/1000 scan system units.

Public Attributes Documentation

variable brightness

Measured brightness at given point.

int32_t brightness;

Note:

If invalid, will be set to JS_PROFILE_DATA_INVALID_BRIGHTNESS.


variable x

The X coordinate in 1/1000 scan system units.

int32_t x;

Note:

If invalid, will be set to JS_PROFILE_DATA_INVALID_XY.


variable y

The Y coordinate in 1/1000 scan system units.

int32_t y;

Note:

If invalid, will be set to JS_PROFILE_DATA_INVALID_XY.



The documentation for this class was generated from the following file C:/Users/michp/Documents/Projects/fawkes/client-cpp/api/src/joescan_pinchot.h