Jump to content

LabVIEW object-oriented programming: Difference between revisions

From LabVIEW Wiki
New page: LVOOP (pronounced "el vee oop") is the native implementation of by-value object orientated programming that appeared in LabVIEW 8.20. *NI has a comprehensive LabVIEW Object-Oriented Progra...
 
No edit summary
Line 6: Line 6:
*Christina Rogers (National Instruments R&D) has some excellent discussion about refactoring code, specifically the Getting Started Window, to use LabVIEW classes. See her blog at [url=http://eyesonvis.blogspot.com/]http://eyesonvis.blogspot.com/[/url] and look at the posts in August 2006.
*Christina Rogers (National Instruments R&D) has some excellent discussion about refactoring code, specifically the Getting Started Window, to use LabVIEW classes. See her blog at [url=http://eyesonvis.blogspot.com/]http://eyesonvis.blogspot.com/[/url] and look at the posts in August 2006.
*[url=http://forums.ni.com/ni/board/message?board.id=170&message.id=216094&requireLogin=False]The LabVOOP Design Patterns[/url] is a work-in-progress that [url=http://forums.lavag.org/Aristos-Queue-m5877.html]Aristos Queue[/url] (National Instruments R&D) is working on to help new LabVOOP customers choose architectures appropriate to different types of software projects.[/list]
*[url=http://forums.ni.com/ni/board/message?board.id=170&message.id=216094&requireLogin=False]The LabVOOP Design Patterns[/url] is a work-in-progress that [url=http://forums.lavag.org/Aristos-Queue-m5877.html]Aristos Queue[/url] (National Instruments R&D) is working on to help new LabVOOP customers choose architectures appropriate to different types of software projects.[/list]
== See Also ==
{{Portal|GOOP}}

Revision as of 08:45, 19 March 2007

LVOOP (pronounced "el vee oop") is the native implementation of by-value object orientated programming that appeared in LabVIEW 8.20.

See Also