Skip to content

Commit

Permalink
Add getter and setter for BinaryString properties to override (ni#19)
Browse files Browse the repository at this point in the history
* Add getter and setter for BinaryString properties to override

* Update icon per ni#19 (comment)
  • Loading branch information
csjall authored Nov 12, 2018
1 parent 6ae0465 commit be1dab8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VeriStand Test Utilities.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
<Item Name="Convert EOLs (String Array)__ogtk__jki_vi_tester.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_support/Support.llb/Convert EOLs (String Array)__ogtk__jki_vi_tester.vi"/>
<Item Name="Convert EOLs (String)__ogtk__jki_vi_tester.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_support/Support.llb/Convert EOLs (String)__ogtk__jki_vi_tester.vi"/>
<Item Name="Convert EOLs__ogtk__jki_vi_tester.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_support/Support.llb/Convert EOLs__ogtk__jki_vi_tester.vi"/>
<Item Name="Custom Device API.lvlib" Type="Library" URL="/&lt;vilib&gt;/NI Veristand/Custom Device API/Custom Device API.lvlib"/>
<Item Name="Custom Device API.lvlib" Type="Library" URL="/&lt;vilib&gt;/NI VeriStand/Custom Device API/Custom Device API.lvlib"/>
<Item Name="Date Type Format String Mapping__JKI EasyXML.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/EasyXML/JKI_EasyXML.llb/Date Type Format String Mapping__JKI EasyXML.vi"/>
<Item Name="Delete Elements from 1D Array (Boolean)__ogtk__jki_vi_tester.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_support/Support.llb/Delete Elements from 1D Array (Boolean)__ogtk__jki_vi_tester.vi"/>
<Item Name="Delete Elements from 1D Array (CDB)__ogtk__jki_vi_tester.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_support/Support.llb/Delete Elements from 1D Array (CDB)__ogtk__jki_vi_tester.vi"/>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions VeriStandTestUtilities/VeriStandTestUtilities.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</Property>
<Item Name="GetSystemDefinitionPropertyValue" Type="Folder">
<Item Name="GetSystemDefinitionPropertyValue.vi" Type="VI" URL="../GetSystemDefinitionPropertyValue/GetSystemDefinitionPropertyValue.vi"/>
<Item Name="GetSystemDefinitionPropertyValue_BinaryString.vi" Type="VI" URL="../GetSystemDefinitionPropertyValue/GetSystemDefinitionPropertyValue_BinaryString.vi"/>
<Item Name="GetSystemDefinitionPropertyValue_Bool.vi" Type="VI" URL="../GetSystemDefinitionPropertyValue/GetSystemDefinitionPropertyValue_Bool.vi"/>
<Item Name="GetSystemDefinitionPropertyValue_Double.vi" Type="VI" URL="../GetSystemDefinitionPropertyValue/GetSystemDefinitionPropertyValue_Double.vi"/>
<Item Name="GetSystemDefinitionPropertyValue_I16.vi" Type="VI" URL="../GetSystemDefinitionPropertyValue/GetSystemDefinitionPropertyValue_I16.vi"/>
Expand All @@ -25,6 +26,7 @@
</Item>
<Item Name="SetSystemDefinitionPropertyValue" Type="Folder">
<Item Name="SetSystemDefinitionPropertyValue.vi" Type="VI" URL="../SetSystemDefinitionPropertyValue/SetSystemDefinitionPropertyValue.vi"/>
<Item Name="SetSystemDefinitionPropertyValue_BinaryString.vi" Type="VI" URL="../SetSystemDefinitionPropertyValue/SetSystemDefinitionPropertyValue_BinaryString.vi"/>
<Item Name="SetSystemDefinitionPropertyValue_Bool.vi" Type="VI" URL="../SetSystemDefinitionPropertyValue/SetSystemDefinitionPropertyValue_Bool.vi"/>
<Item Name="SetSystemDefinitionPropertyValue_Double.vi" Type="VI" URL="../SetSystemDefinitionPropertyValue/SetSystemDefinitionPropertyValue_Double.vi"/>
<Item Name="SetSystemDefinitionPropertyValue_I16.vi" Type="VI" URL="../SetSystemDefinitionPropertyValue/SetSystemDefinitionPropertyValue_I16.vi"/>
Expand Down

0 comments on commit be1dab8

Please sign in to comment.