|
| | Node Map Access |
| | The functions in this section provide access to information, objects, and functionality related to nodemaps. This includes nodes, node counts, and polling.
|
| |
| | Node Access |
| | The functions in this section provide access to information and objects retrieved from nodes. This includes node properties and callback registration.
|
| |
| | IValue Access |
| | The functions in this section provide access to nodes as value nodes. As value nodes are not an actual node type, the functions are named as regular nodes. Functions include reading from and writing to any node with a string.
|
| |
| | String Access |
| | The functions in this section provide access to string nodes using character pointers and arrays. This includes getters and setters of values and value lengths.
|
| |
| | IInteger Access |
| | The functions in this section provide access to integer nodes using the int64_t data type. This includes value getters and setters, min, max, and increment functions, and node representation.
|
| |
| | IFloat Access |
| | The functions in this section provide access to float nodes using double as the data type. This includes value getters and setters, min and max functions, and node representation.
|
| |
| | IEnumeration Access |
| | The functions in this section provide access to enum nodes. This includes retrieving the number of entries, an entry by index or name, retrieving the current entry node, or setting the node using an integer.
|
| |
| | IEnumEntry Access |
| | The functions in this section provide access to entry nodes This includes retrieving the integer value or the symbolic of an entry.
|
| |
| | IBoolean Access |
| | The functions in this section provide access to boolean nodes using the bool8_t data type, values represented with 'True' and 'False'. This includes value getters and setters.
|
| |
| | ICommand Access |
| | The functions in this section all provide access to information and objects retrieved from nodes. This includes node properties and callbacks.
|
| |
| | ICategory Access |
| | The functions in this section all provide access to information and objects retrieved from nodes. This includes node properties and callbacks.
|
| |
| | IRegister Access |
| | The functions in this section provide access to register nodes. This includes access to the node, its address and length, and reference.
|
| |
| | Spinnaker C GenICam Handles |
| | Handle definitions for Spinnaker C GenICam API.
|
| |
| | Spinnaker C GenICam Enumerations |
| | Enumeration definitions for Spinnaker C GenICam API.
|
| |