Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



Loading...
Searching...
No Matches
PvGenDCLib.h
1// *****************************************************************************
2//
3// Copyright (c) 2025, Pleora Technologies Inc., All rights reserved.
4//
5// *****************************************************************************
6
7#ifndef __PVGENDCLIB_H__
8#define __PVGENDCLIB_H__
9
10#if !defined( PV_GENDC_NO_DECLSPEC )
11 #if defined( PV_GENDC_EXPORTS )
12
13 #if !defined( PT_LIB_STATIC ) && defined( WIN32 )
14 #define PV_GENDC_API __declspec( dllexport )
15 #else
16 #define PV_GENDC_API
17 #endif
18
19 #else
20
21 #if !defined( PT_LIB_STATIC ) && defined( WIN32 )
22 #define PV_GENDC_API __declspec( dllimport )
23 #else
24 #define PV_GENDC_API
25 #endif
26
27 #define PT_LIB_NAME "PvGenDC"
28 #include <PvLinkLib.h>
29
30 #endif
31#endif
32
33#if !defined( PV_GENDC_API )
34 #define PV_GENDC_API
35#endif
36
37#include <PvResult.h>
38
39#endif

Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com