NIWeek 2019/Decoupling LabVIEW Object-Oriented Programming Classes via Abstraction
Decoupling LabVIEW Object-Oriented Programming Classes via Abstraction | |
---|---|
Conference | NIWeek 2019 |
Presenters | John Lokanis |
Decoupling LabVIEW Object-Oriented Programming Classes via Abstraction by John Lokanis
Static linking in LabVIEW objected-oriented programming applications occurs when passing objects between separate programs or dynamically loaded components. The end result of this is each application can load the other's entire codebase into memory as a dependency. One way to alleviate this issue is to create abstract classes to remove the dependencies.