#include <node_types.hpp>
Public Attributes | |
| int64_t | value {0} |
| int64_t | min {0} |
| int64_t | max {INT64_MAX} |
| int64_t | increment {1} |
| std::string | unit |
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 |
| int64_t camcom::genicam::IntegerNode::increment {1} |
| int64_t camcom::genicam::IntegerNode::max {INT64_MAX} |
| int64_t camcom::genicam::IntegerNode::min {0} |
| std::string camcom::genicam::IntegerNode::unit |
| int64_t camcom::genicam::IntegerNode::value {0} |