Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Static Public Attributes | List of all members
mmind::eye::trigger_settings::DataAcquisitionMethod Class Reference

Public Types

enum struct  Value { Frame_Based = 0 , Nonstop = 1 }
 

Static Public Attributes

static constexpr const char * name = "DataAcquisitionMethod"
 
static constexpr const char * description
 
static constexpr Parameter::Type type = Parameter::Type::_Enum
 

Detailed Description

Definition at line 9 of file ScanParameters.h.

Member Enumeration Documentation

◆ Value

enum struct mmind::eye::trigger_settings::DataAcquisitionMethod::Value
strong

Definition at line 23 of file ScanParameters.h.

Member Data Documentation

◆ description

constexpr const char* mmind::eye::trigger_settings::DataAcquisitionMethod::description
staticconstexpr
Initial value:
=
"This parameter determines how to generate data.\n\nFrame_Based: Generates one intensity "
"image and one depth map each time data acquisition is triggered.\nNonStop: Continuously "
"scans the target object and returns fixed-length data segments after data acquisition is "
"triggered.\n\nNote:\n* The length of the intensity image and depth map or the data "
"segment is set by the \"ScanLineCount\" parameter in the \"scan_settings\" namespace."

Definition at line 14 of file ScanParameters.h.

◆ name

constexpr const char* mmind::eye::trigger_settings::DataAcquisitionMethod::name = "DataAcquisitionMethod"
staticconstexpr

Definition at line 12 of file ScanParameters.h.

◆ type

constexpr Parameter::Type mmind::eye::trigger_settings::DataAcquisitionMethod::type = Parameter::Type::_Enum
staticconstexpr

Definition at line 21 of file ScanParameters.h.


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