#include <node_types.hpp>
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 |
| std::vector<std::string> camcom::genicam::EnumerationNode::entries |
Allowed entry names.
| std::map<std::string, int64_t> camcom::genicam::EnumerationNode::entry_values |
Entry name -> integer value.
| std::string camcom::genicam::EnumerationNode::value |
Current entry name.