forked from AravisProject/aravis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharv.h
122 lines (106 loc) · 3.08 KB
/
arv.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/* Aravis - Digital camera library
*
* Copyright © 2009-2022 Emmanuel Pacaud
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
* Author: Emmanuel Pacaud <[email protected]>
*/
#ifndef ARV_H
#define ARV_H
#define ARV_H_INSIDE
#include <arvtypes.h>
#include <arvbuffer.h>
#include <arvcamera.h>
#include <arvchunkparser.h>
#include <arvdebug.h>
#include <arvdevice.h>
#include <arvdomcharacterdata.h>
#include <arvdomdocumentfragment.h>
#include <arvdomdocument.h>
#include <arvdomelement.h>
#include <arvdomimplementation.h>
#include <arvdomnamednodemap.h>
#include <arvdomnode.h>
#include <arvdomnodelist.h>
#include <arvdomnodechildlist.h>
#include <arvdomparser.h>
#include <arvdomtext.h>
#include <arvenums.h>
#include <arvevaluator.h>
#include <arvfakecamera.h>
#include <arvfakedevice.h>
#include <arvfakeinterface.h>
#include <arvfakestream.h>
#include <arvfeatures.h>
#include <arvgc.h>
#include <arvgcboolean.h>
#include <arvgccategory.h>
#include <arvgccommand.h>
#include <arvgcconverter.h>
#include <arvgcconverternode.h>
#include <arvgcenumentry.h>
#include <arvgcenumeration.h>
#include <arvgcenums.h>
#include <arvgcfeaturenode.h>
#include <arvgcfloat.h>
#include <arvgcfloatnode.h>
#include <arvgcfloatregnode.h>
#include <arvgcgroupnode.h>
#include <arvgcindexnode.h>
#include <arvgcintconverternode.h>
#include <arvgcinteger.h>
#include <arvgcintegernode.h>
#include <arvgcintregnode.h>
#include <arvgcintswissknifenode.h>
#include <arvgcinvalidatornode.h>
#include <arvgcnode.h>
#include <arvgcmaskedintregnode.h>
#include <arvgcport.h>
#include <arvgcpropertynode.h>
#include <arvgcregisterdescriptionnode.h>
#include <arvgcregister.h>
#include <arvgcregisternode.h>
#include <arvgcselector.h>
#include <arvgcstring.h>
#include <arvgcstringnode.h>
#include <arvgcstringregnode.h>
#include <arvgcstructregnode.h>
#include <arvgcstructentrynode.h>
#include <arvgcswissknife.h>
#include <arvgcswissknifenode.h>
#include <arvgcvalueindexednode.h>
#include <arvgvdevice.h>
#include <arvgvfakecamera.h>
#include <arvgvinterface.h>
#include <arvgvstream.h>
#include <arvinterface.h>
#include <arvmisc.h>
#include <arvrealtime.h>
#include <arvstream.h>
#include <arvstr.h>
#include <arvsystem.h>
#include <aldinvoker.h>
#if ARAVIS_HAS_USB
#include <arvuvinterface.h>
#include <arvuvdevice.h>
#include <arvuvstream.h>
#endif
#include <arvversion.h>
#include <arvzip.h>
#include <arvxmlschema.h>
#undef ARV_H_INSIDE
#endif