You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Release_Notes>[Fix: 38]enumerateStaticDependencies is now called only during startup process.
45
-
</Release_Notes>
44
+
<Release_Notes>[Fix: 40] onProcessStart( ) has been moved to the process thread to be symmetrical with onProcessStop( ).
45
+
[Fix: 41] onStopped, onStarted and onProcessStopped methods must require overrides to call parent.
46
+
[Fix: 42] Process now resets call-parent state when process terminates, to prepare process for consistent restart conditions, if requested.
47
+
[Fix: 43] onProcessStopped now symmetrical with onProcessStart, in Process thread.
48
+
[Feature: 45] Create method now allows a dependency to be declared as shared without specific ownership.
49
+
[Fix: 46] dependencies are now stopped during the onStopped callback, not onStop.
50
+
[Fix: 47] LaunchDependency method, called during onStart, is split in two parts: one that creates the dependency and takes ownership on creation (in a non-reentrant method to disallow concurrent creations), the second to start the dependency which is reentrant to allow recursive calls.</Release_Notes>
46
51
</Description>
47
52
<Destinations>
48
53
<Toolkit_VIs>
@@ -98,6 +103,11 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
98
103
<Preserve_Hierarchy>true</Preserve_Hierarchy>
99
104
<Path/>
100
105
</Project_Provider>
106
+
<QuickDrop_Plugins>
107
+
<LLB>false</LLB>
108
+
<Preserve_Hierarchy>true</Preserve_Hierarchy>
109
+
<Path/>
110
+
</QuickDrop_Plugins>
101
111
</Destinations>
102
112
<Source_Files>
103
113
<Destination_Overrides>
@@ -257,7 +267,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
257
267
<Path>SMOFacade\Facade</Path>
258
268
<VI_Title/>
259
269
</Items_Data>
260
-
<GUID>A5934D3DB396070ED56DDEA165669AEF</GUID>
270
+
<GUID>90BCD81832E9100F786B7B245F5AC390</GUID>
261
271
</Functions_Palette_Data>
262
272
<Functions_Palette_Data>
263
273
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -544,7 +554,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
544
554
<Path>SMO\CheckAccessibility.vi</Path>
545
555
<VI_Title/>
546
556
</Items_Data>
547
-
<GUID>D932AE9645F8FF3A62B174B179812525</GUID>
557
+
<GUID>33E07BF9A07429EF346A71238A65DC73</GUID>
548
558
</Functions_Palette_Data>
549
559
<Functions_Palette_Data>
550
560
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -677,7 +687,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
677
687
<Path>Protected</Path>
678
688
<VI_Title/>
679
689
</Items_Data>
680
-
<GUID>E35BE0D91E3E176547BD28F5B03A21DF</GUID>
690
+
<GUID>88B9A03A161D86494F202363DB6DC5EE</GUID>
681
691
</Functions_Palette_Data>
682
692
<Functions_Palette_Data>
683
693
<Parent_Palette_Index>1</Parent_Palette_Index>
@@ -908,7 +918,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
908
918
<Path>SMO\Protected\ListDependencies.vi</Path>
909
919
<VI_Title/>
910
920
</Items_Data>
911
-
<GUID>7BC05511D6B6FF92F6759E186E04682C</GUID>
921
+
<GUID>153BD716DC17498F8D2E30AC83B24F3C</GUID>
912
922
</Functions_Palette_Data>
913
923
<Functions_Palette_Data>
914
924
<Parent_Palette_Index>2</Parent_Palette_Index>
@@ -943,7 +953,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
943
953
<Path>SMO.UI\Show User Interface.vi</Path>
944
954
<VI_Title/>
945
955
</Items_Data>
946
-
<GUID>5C0A6181DA85E15CF99570F3C5066899</GUID>
956
+
<GUID>3D9BE4B2506D2C708F915BF9967831B5</GUID>
947
957
</Functions_Palette_Data>
948
958
<Functions_Palette_Data>
949
959
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -992,7 +1002,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
992
1002
<Path>URI Parsing\Parse URI.vi</Path>
993
1003
<VI_Title/>
994
1004
</Items_Data>
995
-
<GUID>32DAF4AD39C72622051A204F7146F7BC</GUID>
1005
+
<GUID>5304FDD78C86B18E1739378BB0CA2B0F</GUID>
996
1006
</Functions_Palette_Data>
997
1007
<Functions_Palette_Data>
998
1008
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -1153,7 +1163,7 @@ The JKI SMO NI Community Group (https://decibel.ni.com/content/groups/jki-state-
0 commit comments