eBUS SDK v7.0.1.7536 API
Loading...
Searching...
No Matches
10#if !defined( PV_BASE_NO_DECLSPEC )
11 #if defined( PV_BASE_EXPORTS )
13 #if !defined( PT_LIB_STATIC ) && defined( WIN32 )
14 #define PV_BASE_API __declspec( dllexport )
21 #if !defined( PT_LIB_STATIC ) && defined( WIN32 )
22 #define PV_BASE_API __declspec( dllimport )
27 #define PT_LIB_NAME "PvBase"
28 #include <PvLinkLib.h>
33#if !defined( PV_BASE_API )
39PV_BASE_API
int PvGetVersionMajor();
40PV_BASE_API
int PvGetVersionMinor();
41PV_BASE_API
int PvGetVersionSub();
42PV_BASE_API
int PvGetVersionBuild();
48#define PVUNREFPARAM( a ) ( static_cast<void>( a ) )
49#define PVUNREFFUNC( a ) ( static_cast<void>( a ) )
51#define PVDELETE(a) if ( a != NULL ) { delete a; a = NULL; }
52#define PVDELETEARRAY( a ) if ( a != NULL ) { delete []a; a = NULL; }
Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com