Method

AravisGcget_node

Declaration [src]

ArvGcNode*
arv_gc_get_node (
  ArvGc* genicam,
  const char* name
)

Description [src]

Retrieves a genicam node by name.

Parameters

name const char*
 

Node name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: ArvGcNode
 

A ArvGcNode, null if not found.

 The data is owned by the instance.