Zyah AF Msg Forwarding by Zyah Solutions - Toolkit for LabVIEW Download
Zyah Actor Framework Msg Forwarding Utility

Version | 2.0.0.10 |
Released | May 27, 2022 |
Publisher | Zyah Solutions |
License | BSD |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Documentation Repository |
Description
A utility to aid in automatc Actor Framework message forwarding based off of (interface) inheritance. Includes the utility, different message maps and a base actor that utilizes both.
Release Notes
NOTE: Since some of the APIs have changed, this update may introduce breaking changes to your application. Please make sure you read the update notes and understand the implications before upgrading from a previous version.
- Changed forwarding actor default behavior to do application interface forwarding via composition vs an override of "Get Interfaces to Forward".
-- Use "Launch Forwarding Actor with Caller's Interfaces" to automatically composite the list of forwarding interfaces into any nested actor.
-- "Get Interfaces to Forward" was renamed to "Get Additional Interfaces to Forward". If desired, developers can use this method to specify forwarding interfaces by inheritance rather than by composition.
- Added a constructor method to specify the forwarding interfaces of any actor to be launched (e.g. a root actor) rather than relying on overrides of VIs.