All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
GenApiC32BitMethods.h File Reference

GenApi C bindings - 32 bit functions. More...

#include <genapic/GenApiCDefines.h>
#include <genapic/GenApiCTypes.h>

Functions

GENAPIC_RESULT GenApiIntegerGetIncInt32 (NODE_HANDLE hNode, int32_t *pValue)
 Get the value increment from an integer node. More...
 
GENAPIC_RESULT GenApiIntegerGetMaxInt32 (NODE_HANDLE hNode, int32_t *pValue)
 Get the maximum value from an integer node. More...
 
GENAPIC_RESULT GenApiIntegerGetMinInt32 (NODE_HANDLE hNode, int32_t *pValue)
 Get the minimum value from an integer node. More...
 
GENAPIC_RESULT GenApiIntegerGetValueExInt32 (NODE_HANDLE hNode, _Bool verify, int32_t *pValue)
 Return a node's integer value with optional validation. More...
 
GENAPIC_RESULT GenApiIntegerGetValueInt32 (NODE_HANDLE hNode, int32_t *pValue)
 Get a node's integer value without validation. More...
 
GENAPIC_RESULT GenApiIntegerSetValueExInt32 (NODE_HANDLE hNode, _Bool verify, int32_t value)
 Set a node's integer value with optional validation. More...
 
GENAPIC_RESULT GenApiIntegerSetValueInt32 (NODE_HANDLE hNode, int32_t value)
 Set a node's integer value with mandatory validation. More...
 
GENAPIC_RESULT GenApiNodeGetPollingTimeInt32 (NODE_HANDLE hNode, int32_t *pollingTime)
 Query a node for its recommended polling interval. More...
 
GENAPIC_RESULT GenApiNodeMapPollInt32 (NODEMAP_HANDLE hMap, int32_t timestamp)
 Poll all nodes in a node map. More...
 

Detailed Description

GenApi C bindings - 32 bit functions.


pylon C 5.0.9
Copyright © 2006-2017 Basler AG (Tue May 30 2017 17:24:56)