31 #ifndef GENAPI_DLLLOAD_H 32 #define GENAPI_DLLLOAD_H 37 #if defined (_MSC_VER) 39 #elif defined (__GNUC__) 40 # if !defined(__x86_64) && !defined(__arm__) && !defined(VXWORKS) 41 # define __cdecl __attribute__((cdecl)) 46 # error Unsupported compiler 65 #endif // ifndef GENAPI_DLLLOAD_H central versioning counters
interface GENAPI_DECL_ABSTRACT INodeMap
Interface to access the node map.
void(__cdecl * GetGenApiVersion_f)(Version_t &Version)
Function prototype for checking the DLL's GenApi version.
Definition of interface INodeMap.
INodeMap *(__cdecl * Create_f)(const char *pDeviceName)
Function prototype for the create function implemented by GenApi DLLs.
GENAPI_DECL void GenApiTerminate()
Frees static resources hold by GenApi.
Part of the generic device API.