Pleora Technologies Inc. eBUS SDK v5.1.10.4642 API



PvGenApi.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2016, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #ifndef __PVGENAPI_H__
8 #define __PVGENAPI_H__
9 
10 // Namespaces
11 #ifdef WIN32
12  #define PV_GENAPI_NS GenApi_3_0_PT
13  #define PV_GENICAM_NS GenICam_3_0_PT
14 #else
15  #define PV_GENAPI_NS GenApi_3_0
16  #define PV_GENICAM_NS GenICam_3_0
17 #endif
18 
19 // All GenApi/GenICam forward declarations
20 namespace PV_GENAPI_NS
21 {
22  class FileProtocolAdapter;
23  class CChunkAdapter;
24  class CNodeMapRef;
25  class CEventAdapter;
26 
27  struct INodeMap;
28  struct INode;
29  struct IEnumEntry;
30  struct IBoolean;
31  struct ICommand;
32  struct IEnumeration;
33  struct IFloat;
34  struct IInteger;
35  struct IString;
36  struct IRegister;
37  struct ICategory;
38  struct IPort;
39  struct ICategory;
40  struct IValue;
41 
42 };
43 
44 #endif

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