Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



Loading...
Searching...
No Matches
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_4
13 #define PV_GENICAM_NS GenICam_3_4
14#else
15 #define PV_GENAPI_NS GenApi_3_4
16 #define PV_GENICAM_NS GenICam_3_4
17#endif
18
19// All GenApi/GenICam forward declarations
20namespace 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#endif

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