camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
node_types.cpp File Reference

GenICam node type implementations. More...

Namespaces

namespace  camcom
 
namespace  camcom::genicam
 

Functions

std::string camcom::genicam::nodeTypeToString (NodeType type)
 Convert NodeType to string.
 
std::string camcom::genicam::accessModeToString (AccessMode mode)
 Convert AccessMode to string.
 
NodeType camcom::genicam::getNodeType (const GenICamNode &node)
 Get the NodeType of a variant node.
 
std::string camcom::genicam::getNodeName (const GenICamNode &node)
 Get the name of a variant node.
 
AccessMode camcom::genicam::getAccessMode (const GenICamNode &node)
 Get the access mode of a variant node.
 
std::string camcom::genicam::getDisplayName (const GenICamNode &node)
 Get the display name of a variant node.
 
std::string camcom::genicam::getDescription (const GenICamNode &node)
 Get the description of a variant node.
 

Detailed Description

GenICam node type implementations.