camcom 1.0.3
 
Loading...
Searching...
No Matches
camcom::genicam::IntegerNode Struct Reference

#include <node_types.hpp>

Inheritance diagram for camcom::genicam::IntegerNode:
camcom::genicam::NodeBase

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
 

Member Data Documentation

◆ increment

int64_t camcom::genicam::IntegerNode::increment {1}

◆ max

int64_t camcom::genicam::IntegerNode::max {INT64_MAX}

◆ min

int64_t camcom::genicam::IntegerNode::min {0}

◆ unit

std::string camcom::genicam::IntegerNode::unit

◆ value

int64_t camcom::genicam::IntegerNode::value {0}

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