Skip to content

Commit 8e82fcc

Browse files
author
Tanner Blair
committed
added files to library and relinked
1 parent 7c92e33 commit 8e82fcc

File tree

11 files changed

+75
-70
lines changed

11 files changed

+75
-70
lines changed

Source/JSON Parsing.aliases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[My Computer]
2-
My Computer = "172.28.64.220"
2+
My Computer = "172.28.64.210"
33

44
[RT PXI Target]
55
RT PXI Target = "0.0.0.0"

Source/JSON Parsing.lvlps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[ProjectWindow_Data]
2-
ProjectExplorer.ClassicPosition[String] = "37,1313,642,1747"
2+
ProjectExplorer.ClassicPosition[String] = "190,1210,795,1644"
33

Source/JSON Parsing.lvproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<Item Name="NI_Data Type.lvlib" Type="Library" URL="/&lt;vilib&gt;/Utility/Data Type/NI_Data Type.lvlib"/>
2121
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Error Cluster From Error Code.vi"/>
2222
<Item Name="LVNumericRepresentation.ctl" Type="VI" URL="/&lt;vilib&gt;/numeric/LVNumericRepresentation.ctl"/>
23+
<Item Name="Create From Variant (String).vi" Type="VI" URL="/&lt;vilib&gt;/NI/JSON Support for LabVIEW/JSON Value/Variant Support/Create From Variant/Create From Variant (String).vi"/>
24+
<Item Name="Create From Variant (Numeric).vi" Type="VI" URL="/&lt;vilib&gt;/NI/JSON Support for LabVIEW/JSON Value/Variant Support/Create From Variant/Create From Variant (Numeric).vi"/>
2325
</Item>
24-
<Item Name="Cast To Variant (Array).vi" Type="VI" URL="../JSON Value/Variant Support/Cast To Variant/Cast To Variant (Array).vi"/>
25-
<Item Name="Cast To Variant (Object).vi" Type="VI" URL="../JSON Value/Variant Support/Cast To Variant/Cast To Variant (Object).vi"/>
2626
</Item>
2727
<Item Name="Build Specifications" Type="Build"/>
2828
</Item>

Source/JSON Value/JSON Value.lvclass

Lines changed: 58 additions & 66 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Source/JSON Value/Variant Support/JSFL Variant Support.lvlib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
<Property Name="NI.Lib.SourceVersion" Type="Int">369131520</Property>
55
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property>
66
<Property Name="NI.LV.All.SourceOnly" Type="Bool">false</Property>
7+
<Item Name="Cast to Variant" Type="Folder">
8+
<Item Name="Cast To Variant (Array).vi" Type="VI" URL="../Cast To Variant/Cast To Variant (Array).vi"/>
9+
<Item Name="Cast To Variant (Object).vi" Type="VI" URL="../Cast To Variant/Cast To Variant (Object).vi"/>
10+
</Item>
11+
<Item Name="Create from Variant" Type="Folder">
12+
<Item Name="Create From Variant (Array).vi" Type="VI" URL="../Create From Variant/Create From Variant (Array).vi"/>
13+
<Item Name="Create From Variant (Boolean).vi" Type="VI" URL="../Create From Variant/Create From Variant (Boolean).vi"/>
14+
<Item Name="Create From Variant (Null).vi" Type="VI" URL="../Create From Variant/Create From Variant (Null).vi"/>
15+
<Item Name="Create From Variant (Numeric).vi" Type="VI" URL="../Create From Variant/Create From Variant (Numeric).vi"/>
16+
<Item Name="Create From Variant (Object).vi" Type="VI" URL="../Create From Variant/Create From Variant (Object).vi"/>
17+
<Item Name="Create From Variant (String).vi" Type="VI" URL="../Create From Variant/Create From Variant (String).vi"/>
18+
</Item>
19+
<Item Name="Array of Variants to Variant.vi" Type="VI" URL="../../subVIs/Array of Variants to Variant.vi"/>
720
<Item Name="cluster to array.vi" Type="VI" URL="../cluster to array.vi"/>
821
<Item Name="From Variant.vi" Type="VI" URL="../From Variant.vi"/>
922
<Item Name="get all paths in variant.vi" Type="VI" URL="../get all paths in variant.vi"/>
9.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)