#include <node_types.hpp>
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 |
| double camcom::genicam::FloatNode::max {1e12} |
| double camcom::genicam::FloatNode::min {0.0} |
| std::string camcom::genicam::FloatNode::representation |
"Linear", "Logarithmic", "PureNumber"
| std::string camcom::genicam::FloatNode::unit |
| double camcom::genicam::FloatNode::value {0.0} |