Skip to content

Struct cuvis_mesu_metadata_t

ClassList > cuvis_mesu_metadata_t

The measurement meta structure.

  • #include <cuvis.h>

Public Attributes

Type Name
CUVIS_CHAR assembly
CUVIS_INT averages
CUVIS_TIMESTAMP capture_time
CUVIS_CHAR comment
double distance
CUVIS_TIMESTAMP factory_calibration
double integration_time
CUVIS_FLAGS measurement_flags
CUVIS_SIZE measurement_frame_id
CUVIS_CHAR name
CUVIS_CHAR path
CUVIS_PROCESSING_MODE processing_mode
CUVIS_PROCESSING_MODE processing_mode_at_capture
CUVIS_CHAR product_name
CUVIS_CHAR serial_number
CUVIS_CHAR session_info_name
CUVIS_INT session_info_sequence_no
CUVIS_INT session_info_session_no

Public Attributes Documentation

variable assembly

CUVIS_CHAR cuvis_mesu_metadata_t::assembly[CUVIS_MAXBUF];

The Assembly Data of the device


variable averages

CUVIS_INT cuvis_mesu_metadata_t::averages;

Number of averaging taken


variable capture_time

CUVIS_TIMESTAMP cuvis_mesu_metadata_t::capture_time;

The Capture Time of the Measurement


variable comment

CUVIS_CHAR cuvis_mesu_metadata_t::comment[CUVIS_MAXBUF];

The User Comment linked to the measurement


variable distance

double cuvis_mesu_metadata_t::distance;

Distance, the measurement was recorded in mm. If not provided, value is -1


variable factory_calibration

CUVIS_TIMESTAMP cuvis_mesu_metadata_t::factory_calibration;

The factory calibration date of the device


variable integration_time

double cuvis_mesu_metadata_t::integration_time;

The integration time of the measurement (exposure time) in ms


variable measurement_flags

CUVIS_FLAGS cuvis_mesu_metadata_t::measurement_flags;

measurement flags


variable measurement_frame_id

CUVIS_SIZE cuvis_mesu_metadata_t::measurement_frame_id;

The frame ID assigned by cuvis to this measurement


variable name

CUVIS_CHAR cuvis_mesu_metadata_t::name[CUVIS_MAXBUF];

The name of the measurement


variable path

CUVIS_CHAR cuvis_mesu_metadata_t::path[CUVIS_MAXBUF];

The output file path


variable processing_mode

CUVIS_PROCESSING_MODE cuvis_mesu_metadata_t::processing_mode;

The current processing mode of the cube


variable processing_mode_at_capture

CUVIS_PROCESSING_MODE cuvis_mesu_metadata_t::processing_mode_at_capture;

The processing mode at the time of the cube was recorded


variable product_name

CUVIS_CHAR cuvis_mesu_metadata_t::product_name[CUVIS_MAXBUF];

The name of the device, which took the measurement


variable serial_number

CUVIS_CHAR cuvis_mesu_metadata_t::serial_number[CUVIS_MAXBUF];

The serial number of the device, which took the measurement


variable session_info_name

CUVIS_CHAR cuvis_mesu_metadata_t::session_info_name[CUVIS_MAXBUF];

session_info name


variable session_info_sequence_no

CUVIS_INT cuvis_mesu_metadata_t::session_info_sequence_no;

Sequence number. Increases with each recorded frame. Reset, if session_no changes


variable session_info_session_no

CUVIS_INT cuvis_mesu_metadata_t::session_info_session_no;

SessionFile number. Will be increased by stopping & starting recording



The documentation for this class was generated from the following file docs/_api_sources/cuvis.h