Skip to content

Commit e0302f3

Browse files
author
Francois Normandin
committed
Packaged 1.1.7
(recompiled some methods to clean an objheap fault)
1 parent 2ab1316 commit e0302f3

37 files changed

+12
-10
lines changed

src/JKI State Machine Objects.vipb

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="0.6" Created_Date="2015-12-04 15:52:35" Modified_Date="2016-07-20 20:29:34" Creator="Francois Normandin" Comments="" ID="1818c6ebb8cb31d46e90c5e9f5c08d32">
1+
<VI_Package_Builder_Settings Version="0.6" Created_Date="2015-12-04 15:52:35" Modified_Date="2016-08-11 13:53:15" Creator="Francois Normandin" Comments="" ID="328dee4f16219a84e458e426459453d0">
22
<Library_General_Settings>
33
<Package_File_Name>JKI_StateMachineObjects</Package_File_Name>
4-
<Library_Version>1.1.6.31</Library_Version>
4+
<Library_Version>1.1.7.32</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>.</Library_Source_Folder>
77
<Library_Output_Folder>..\..\..</Library_Output_Folder>
@@ -41,9 +41,11 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
4141
<Copyright/>
4242
<Packager>JKI</Packager>
4343
<URL>https://github.com/JKISoftware/JKI-State-Machine-Objects</URL>
44-
<Release_Notes>[Feature] SMO Class banner and wire color modified to remove confusion with Event Registration refnum.
44+
<Release_Notes>[Feature: 14] Added a method for process to call a Self-Terminate method.
4545

46-
[Fix] Launching SMO Processes with a strictly typed VI definition caused LabVIEW to not release references after objects were destroyed (classes locked after proper stop of objects) ref: https://labviewcoder.com/2016/07/06/quick-tip-asynchronously-launching-vis-the-right-way</Release_Notes>
46+
[Feature: 17] Launch Dependency public method now returns the SMO reference of the created dependency.
47+
48+
[Fix: 20] Parse URI method now correctly handles a simple path preceeded with "/" character.</Release_Notes>
4749
</Description>
4850
<Destinations>
4951
<Toolkit_VIs>
@@ -258,7 +260,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
258260
<Path>Example--SMO.Example.vi</Path>
259261
<VI_Title/>
260262
</Items_Data>
261-
<GUID>FEAC559FE2A571CC2A263A61237BCE4A</GUID>
263+
<GUID>BA02B993979EA3BD102F3D64A2E65A44</GUID>
262264
</Functions_Palette_Data>
263265
<Functions_Palette_Data>
264266
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -475,7 +477,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
475477
<Path>SMO\WaitForStateChange.vi</Path>
476478
<VI_Title/>
477479
</Items_Data>
478-
<GUID>9B015A351243EED9464E12CE5D4FE854</GUID>
480+
<GUID>7EE2727F95B773F52BFB1D06CACCB01D</GUID>
479481
</Functions_Palette_Data>
480482
<Functions_Palette_Data>
481483
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -608,7 +610,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
608610
<Path>Protected</Path>
609611
<VI_Title/>
610612
</Items_Data>
611-
<GUID>8CCBEB7A002928591FDE75A91BFA6780</GUID>
613+
<GUID>1B79331763A2CBBAE3964E5F2A01C553</GUID>
612614
</Functions_Palette_Data>
613615
<Functions_Palette_Data>
614616
<Parent_Palette_Index>1</Parent_Palette_Index>
@@ -741,7 +743,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
741743
<Path>SMO\Protected\ThisLevelClassName.vi</Path>
742744
<VI_Title/>
743745
</Items_Data>
744-
<GUID>04017E7CA4CFE3EA97D8D02645B52086</GUID>
746+
<GUID>EF6CCE9D386124DFF705C7276A0A15C6</GUID>
745747
</Functions_Palette_Data>
746748
<Functions_Palette_Data>
747749
<Parent_Palette_Index>2</Parent_Palette_Index>
@@ -776,7 +778,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
776778
<Path>SMO.UI\Show User Interface.vi</Path>
777779
<VI_Title/>
778780
</Items_Data>
779-
<GUID>C39743565A7DEDEF7656ADC5CFB0C95C</GUID>
781+
<GUID>2DA26889036971416C1910CA646B169E</GUID>
780782
</Functions_Palette_Data>
781783
<Functions_Palette_Data>
782784
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -825,7 +827,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
825827
<Path>URI Parsing\Parse URI.vi</Path>
826828
<VI_Title/>
827829
</Items_Data>
828-
<GUID>1B880B15F6E295F6BB14617D59A7148F</GUID>
830+
<GUID>07F4B90BA4B637F821A31488C2584B8D</GUID>
829831
</Functions_Palette_Data>
830832
</Library_Palette_Definition>
831833
</VI_Package_Builder_Settings>

src/SMO/Create.vi

128 Bytes
Binary file not shown.

src/SMO/Get State.vi

120 Bytes
Binary file not shown.

src/SMO/GetPublicEvents.vi

124 Bytes
Binary file not shown.

src/SMO/Private/Abort.vi

132 Bytes
Binary file not shown.
128 Bytes
Binary file not shown.

src/SMO/Private/AddAttribute.vi

128 Bytes
Binary file not shown.

src/SMO/Private/AddDependency.vi

124 Bytes
Binary file not shown.
124 Bytes
Binary file not shown.
120 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)