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

#include <node_types.hpp>

Inheritance diagram for camcom::genicam::EnumerationNode:
camcom::genicam::NodeBase

Public Attributes

std::string value
 Current entry name.
 
std::vector< std::string > entries
 Allowed entry names.
 
std::map< std::string, int64_t > entry_values
 Entry name -> integer value.
 
- 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

◆ entries

std::vector<std::string> camcom::genicam::EnumerationNode::entries

Allowed entry names.

◆ entry_values

std::map<std::string, int64_t> camcom::genicam::EnumerationNode::entry_values

Entry name -> integer value.

◆ value

std::string camcom::genicam::EnumerationNode::value

Current entry name.


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