forked from basler/pypylon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelloWorld.xml
More file actions
32 lines (30 loc) · 1.04 KB
/
HelloWorld.xml
File metadata and controls
32 lines (30 loc) · 1.04 KB
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
<?xml version="1.0" encoding="utf-8"?>
<RegisterDescription
ModelName="HelloWorld"
VendorName="GenApiTutorial"
ToolTip="A very simple (and quite useless) XML file"
StandardNameSpace="GEV"
SchemaMajorVersion="1"
SchemaMinorVersion="1"
SchemaSubMinorVersion="0"
MajorVersion="1"
MinorVersion="0"
SubMinorVersion="0"
ProductGuid="2D932CC6-EB68-40bd-B6CC-F03B55B7D653"
VersionGuid="02A8C268-BEE8-463b-A6C0-53ED8256E3D8"
xmlns="http://www.genicam.org/GenApi/Version_1_1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.genicam.org/GenApi/Version_1_1
http://www.genicam.org/GenApi/GenApiSchema_Version_1_1.xsd">
<String Name="TheNode" >
<Value>Hello World!</Value>
</String>
<Integer Name="TheInt" >
<pCastAlias>TheFloat</pCastAlias>
<Value>42</Value>
</Integer>
<Float Name="TheFloat" >
<pCastAlias>TheInt</pCastAlias>
<Value>3.1415</Value>
</Float>
</RegisterDescription>