Top |
ArvGc * | arv_gc_new () |
ArvGcNode * | arv_gc_get_node () |
ArvDevice * | arv_gc_get_device () |
ArvBuffer * | arv_gc_get_buffer () |
void | arv_gc_set_buffer () |
ArvGc implements the root document for the storage of the Genicam feature nodes. It builds the node tree by parsing an xml file in the Genicam standard format. See http://www.genicam.org.
ArvGcNode * arv_gc_get_node (ArvGc *genicam
,const char *name
);
Retrieves a genicam node by name.
ArvDevice *
arv_gc_get_device (ArvGc *genicam
);
Retrieves the device handled by this genicam interface. The device is used for register access.