User | Kudos |
---|---|
13 | |
8 | |
3 | |
3 | |
3 |
When you’re making a By Reference LabVIEW Object using a Data Value References (DVRs) the user of your class would need to embed each Dynamic Dispatching VI inside an In Place Element Structure (IPE). Or you have to create wrapper VI for each method but this undermines the advantages of LVOOP Inheritance.
The idea is that a DVR containing a LabVIEW Object wired to a Dynamic Dispatching Terminal is equal to calling the Method VI inside the IPE structure like illustrated below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.