Skip to content

Commit ad92b8f

Browse files
committed
More optimizations and adding test coverage
1 parent 6270769 commit ad92b8f

18 files changed

+15
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, JKI
1+
Copyright (c) 2017, JKI
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

source/.vipb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="0.6" Created_Date="2008-10-06 00:23:25" Modified_Date="2017-06-05 21:33:50" Creator="Michael Aivaliotis" Comments="" ID="f3a04132059fe0ae2b5d741ccf422ccf">
1+
<VI_Package_Builder_Settings Version="0.6" Created_Date="2008-10-06 00:23:25" Modified_Date="2017-06-05 22:05:18" Creator="Michael Aivaliotis" Comments="" ID="8a7304dee27d513364161131a7feba29">
22
<Library_General_Settings>
33
<Package_File_Name>jki_lib_state_machine</Package_File_Name>
4-
<Library_Version>4.0.0.12</Library_Version>
4+
<Library_Version>4.0.0.14</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>.</Library_Source_Folder>
77
<Library_Output_Folder>..</Library_Output_Folder>
@@ -36,6 +36,8 @@
3636
<URL>http://jki.net/state-machine/</URL>
3737
<Release_Notes>- Major performance improvements to Support VIs ("Parse State Queue", "Add State(s) to Queue", and "Build State String with Arguments")
3838
- Support VIs are now configured for "Inline SubVIs into Calling VIs" and "Subroutine" priority to reduce memory footprint and execution time
39+
- Replaced deprecated FP.Open property with FP.State
40+
- Added new arguments to "UI: Front Panel State" (Open, Standard, Close, Closed, Hidden, Hide, Maximize, Maximized, Minimize, Minimized)
3941
- Special thanks to @mcduff14 and @drjdpowell for their performance improvement ideas and feedback on this thread https://github.com/JKISoftware/JKI-State-Machine/pull/3</Release_Notes>
4042
</Description>
4143
<Destinations>

source/JKI State Machine.lvproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363
<Item Name="Build Path - File Names and Paths Arrays - path__ogtk__jki_vi_tester.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_support/Support.llb/Build Path - File Names and Paths Arrays - path__ogtk__jki_vi_tester.vi"/>
364364
<Item Name="Parse State Queue__jki_lib_state_machine.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/State Machine/_jki_lib_state_machine.llb/Parse State Queue__jki_lib_state_machine.vi"/>
365365
<Item Name="Add State(s) to Queue__jki_lib_state_machine.vi" Type="VI" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/State Machine/_jki_lib_state_machine.llb/Add State(s) to Queue__jki_lib_state_machine.vi"/>
366+
<Item Name="_TextTestResult.lvclass" Type="LVClass" URL="/&lt;vilib&gt;/addons/_JKI Toolkits/VI Tester/_TextTestResult.llb/_TextTestResult.lvclass"/>
366367
</Item>
367368
<Item Name="USER32.DLL" Type="Document" URL="USER32.DLL">
368369
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
1.55 KB
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
-592 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.
-40 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)