|
enum struct | Value { Frame_Based = 0
, Nonstop = 1
} |
|
Definition at line 9 of file ScanParameters.h.
◆ Value
enum struct mmind::eye::trigger_settings::DataAcquisitionMethod::Value |
|
strong |
◆ 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 |
◆ type
The documentation for this class was generated from the following file: