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>[Feature: 14] Dependents now monitor their dependencies state changes.
45
-
Created two override hooks: "onDependencyStarted( )" and "onDependencyStopped( )".
46
-
Dependent will clean its dependencies list on "Dependency Destroyed" event, although no hooks are exposed for that since dependency reference does not exist anymore.
44
+
<Release_Notes>[Feature:30] Dependency can now self-terminate and dependent takes care of destroying reference.
47
45
48
-
[Feature: 16] Dependent captures own dependency error
49
-
Created an overridable hook for dependent "onUnhandledDependencyError( )"</Release_Notes>
46
+
[Feature] Added a protected method to allow dependency to message dependent (send any packet of information) which is handled by onDependencyMessage ( ) callback method.</Release_Notes>
50
47
</Description>
51
48
<Destinations>
52
49
<Toolkit_VIs>
@@ -261,7 +258,7 @@ Created an overridable hook for dependent "onUnhandledDependencyError( )"</Relea
261
258
<Path>Example--SMO.Example.vi</Path>
262
259
<VI_Title/>
263
260
</Items_Data>
264
-
<GUID>B6417A5D6067016621B42580EF8FC20D</GUID>
261
+
<GUID>B25986CDF62C373327ADAB7A0FB77305</GUID>
265
262
</Functions_Palette_Data>
266
263
<Functions_Palette_Data>
267
264
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -492,7 +489,7 @@ Created an overridable hook for dependent "onUnhandledDependencyError( )"</Relea
492
489
<Path>SMO\Set Process Kill timeout.vi</Path>
493
490
<VI_Title/>
494
491
</Items_Data>
495
-
<GUID>F2A0E458E4DA04BD8A172375430E1148</GUID>
492
+
<GUID>ACF6601E7937421716567C76DA7ADB3B</GUID>
496
493
</Functions_Palette_Data>
497
494
<Functions_Palette_Data>
498
495
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -625,7 +622,7 @@ Created an overridable hook for dependent "onUnhandledDependencyError( )"</Relea
625
622
<Path>Protected</Path>
626
623
<VI_Title/>
627
624
</Items_Data>
628
-
<GUID>B712D48DDA1FADD6E51B951705B80C87</GUID>
625
+
<GUID>678B72F8A55FF5C66C3184490B66BC02</GUID>
629
626
</Functions_Palette_Data>
630
627
<Functions_Palette_Data>
631
628
<Parent_Palette_Index>1</Parent_Palette_Index>
@@ -702,20 +699,6 @@ Created an overridable hook for dependent "onUnhandledDependencyError( )"</Relea
0 commit comments