Skip to content

Commit

Permalink
Add loopback class to testing tools. Add convenience method to set ch…
Browse files Browse the repository at this point in the history
…annel values. (ni#6)
  • Loading branch information
csjall authored Oct 15, 2018
1 parent 648e6e3 commit d2fd22c
Show file tree
Hide file tree
Showing 9 changed files with 46,425 additions and 0 deletions.
Binary file added Loopback/Assert Expected Value Matches.vi
Binary file not shown.
Binary file added Loopback/Configure.vi
Binary file not shown.
Binary file added Loopback/Finalize.vi
Binary file not shown.
Binary file added Loopback/Initialize.vi
Binary file not shown.
62 changes: 62 additions & 0 deletions Loopback/Loopback.lvclass

Large diffs are not rendered by default.

46,349 changes: 46,349 additions & 0 deletions Loopback/Loopback_FPGATarget_Loopback_3S22y2ZVP64.lvbitx

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions VeriStand Test Utilities.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
<Property Name="specify.custom.address" Type="Bool">false</Property>
<Item Name="Loopback.lvclass" Type="LVClass" URL="../Loopback/Loopback.lvclass"/>
<Item Name="RunVITester.lvclass" Type="LVClass" URL="../RunVITester/RunVITester.lvclass"/>
<Item Name="VeriStandTestCase.lvclass" Type="LVClass" URL="../VeriStandTestCase/VeriStandTestCase.lvclass"/>
<Item Name="VeriStandTestUtilities.lvlib" Type="Library" URL="../VeriStandTestUtilities/VeriStandTestUtilities.lvlib"/>
Expand Down Expand Up @@ -674,6 +675,7 @@
</Item>
<Item Name="GetOperationError.vi" Type="VI" URL="/&lt;nishared&gt;/LabVIEW CLI/Operations/Utilities/GetOperationError.vi"/>
<Item Name="Logger.lvclass" Type="LVClass" URL="/&lt;nishared&gt;/LabVIEW CLI/Operations/Utilities/Logger/Logger.lvclass"/>
<Item Name="Loopback_FPGATarget_Loopback_3S22y2ZVP64.lvbitx" Type="Document" URL="../Loopback/Loopback_FPGATarget_Loopback_3S22y2ZVP64.lvbitx"/>
<Item Name="mscorlib" Type="VI" URL="mscorlib">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
Expand All @@ -683,6 +685,9 @@
<Item Name="NationalInstruments.VeriStand.ClientAPI" Type="Document" URL="NationalInstruments.VeriStand.ClientAPI">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
<Item Name="NiFpgaLv.dll" Type="Document" URL="NiFpgaLv.dll">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
</Item>
<Item Name="OperationErrorType.ctl" Type="VI" URL="/&lt;nishared&gt;/LabVIEW CLI/Operations/Utilities/OperationErrorType.ctl"/>
<Item Name="Verbosity.ctl" Type="VI" URL="/&lt;nishared&gt;/LabVIEW CLI/Operations/Utilities/Verbosity.ctl"/>
</Item>
Expand Down
Binary file added VeriStandTestCase/SetMultipleChannelValues.vi
Binary file not shown.
9 changes: 9 additions & 0 deletions VeriStandTestCase/VeriStandTestCase.lvclass
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@
<Property Name="NI.ClassItem.State" Type="Int">1082143248</Property>
</Item>
</Item>
<Item Name="SetMultipleChannelValues.vi" Type="VI" URL="../SetMultipleChannelValues.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">&amp;1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;_!!!!$1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!$J!=!!?!!!&lt;'6:F=GF4&gt;'&amp;O:&amp;2F=X2$98.F,GRW9WRB=X-!&amp;6:F=GF4&gt;'&amp;O:&amp;2F=X2$98.F)'^V&gt;!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!Z!-0````]&amp;17RJ98-!#U!+!!6797RV:1!31&amp;!!!A!(!!A(1WRV=X2F=A!C1%!!!@````]!#22"&lt;'FB=S"797RV:3"197FS=S"J&lt;A!!/E"Q!"Y!!"M:6G6S;6.U97ZE6'6T&gt;%.B=W5O&lt;(:D&lt;'&amp;T=Q!56G6S;6.U97ZE6'6T&gt;%.B=W5A;7Y!!&amp;1!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!1!#A!,!Q!!?!!!$1A!!!!!!!!!!!!!D1M!!!!!!!!!!!!!!!!!!!!!!!!+!!!!!!!!!AA!!!#3!!!!!!%!$!!!!!!</Property>
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
<Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1073742352</Property>
</Item>
<Item Name="WorkspaceManager" Type="Property Definition">
<Property Name="NI.ClassItem.Property.LongName" Type="Str">WorkspaceManager</Property>
<Property Name="NI.ClassItem.Property.ShortName" Type="Str">WorkspaceManager</Property>
Expand Down

0 comments on commit d2fd22c

Please sign in to comment.