80 bool printNodemap(
const std::shared_ptr<GenApi::CNodeMapRef> &nodemap,
const char root[],
81 int depth=100,
bool show_enum_list=
true);
GENICAM_INTERFACE IInteger
Interface for integer properties.
void printNode(const std::string &prefix, GenApi::INode *node, int depth, bool show_enum_list)
Recursive printing of nodes to standard out.
GENICAM_INTERFACE INode
Interface common to all nodes.
bool printNodemap(const std::shared_ptr< GenApi::CNodeMapRef > &nodemap, const char root[], int depth, bool show_enum_list)
Printing of nodemap, starting at given root node.
std::string formatValue(GenApi::IInteger *node, int64_t value)
Takes an integer value and formats it according to the specification in the node. ...