camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
camcom::genicam::FloatNode Struct Reference

#include <node_types.hpp>

Inheritance diagram for camcom::genicam::FloatNode:
camcom::genicam::NodeBase

Public Attributes

double value {0.0}
 
double min {0.0}
 
double max {1e12}
 
std::string unit
 
std::string representation
 "Linear", "Logarithmic", "PureNumber"
 
- Public Attributes inherited from camcom::genicam::NodeBase
std::string name
 SFNC name (e.g., "ExposureTime")
 
std::string display_name
 Human-readable label.
 
std::string description
 
std::string category
 Parent category path.
 
NodeType type
 
AccessMode access {AccessMode::RW}
 
std::string tooltip
 

Member Data Documentation

◆ max

double camcom::genicam::FloatNode::max {1e12}

◆ min

double camcom::genicam::FloatNode::min {0.0}

◆ representation

std::string camcom::genicam::FloatNode::representation

"Linear", "Logarithmic", "PureNumber"

◆ unit

std::string camcom::genicam::FloatNode::unit

◆ value

double camcom::genicam::FloatNode::value {0.0}

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