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