29 #ifndef GENAPI_DLLLOAD_H 30 #define GENAPI_DLLLOAD_H 33 #include <GenApi/GenApiVersion.h> 35 #if defined (_MSC_VER) 37 #elif defined (__GNUC__) 38 # if !defined(__x86_64) && !defined(__arm__) && !defined(__aarch64__) && !defined(VXWORKS) 39 # define __cdecl __attribute__((cdecl)) 44 # error Unsupported compiler 63 #endif // ifndef GENAPI_DLLLOAD_H GENAPI_DECL void GenApiTerminate()
Frees static resources hold by GenApi.
version
Definition: GCTypes.h:272
Definition of interface INodeMap.
void(__cdecl * GetGenApiVersion_f)(Version_t &Version)
Definition: DLLLoad.h:55
GENICAM_INTERFACE INodeMap
Interface to access the node map.
Definition: INode.h:50
INodeMap *(__cdecl * Create_f)(const char *pDeviceName)
Definition: DLLLoad.h:51
Definition: ChunkAdapter.h:37