|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| LVOOP (pronounced "el vee oop") is the native implementation of by-value object orientated programming that appeared in LabVIEW 8.20. LVOOP stands for '''L'''ab'''V'''IEW '''O'''bject '''O'''riented '''P'''rogramming. | | '''LabVIEW object-oriented programming''' (LVOOP, pronounced "''el vee oop''") refers to the native implementation of by-value [[object-oriented programming]] that was introduced with [[LabVIEW 8.20]]. |
|
| |
|
| *See the [[LVOOP Frequently Asked Questions]] page, here on the LabVIEW Wiki | | ==See also== |
| *NI has a comprehensive LabVIEW Object-Oriented Programming FAQ for their native LVOOP (native by-value OOP) [http://zone.ni.com/devzone/cda/tut/p/id/3573 here]. It includes links to many other online resources, including the NI Week presentations that the NI R&D team have given to customers.
| | * [[Object-oriented programming]] |
| *There are multiple example programs that ship with LV. They are located in <labview>exampleslvoop
| | * [[LabVIEW object-oriented programming FAQ]] |
| *The National Instruments LVOOP FAQ references the [http://zone.ni.com/devzone/cda/tut/p/id/3574 LVOOP White Paper] several times. If you're an experienced LabVIEW developer, you'll probably enjoy it more than other forms of documentation.
| |
| *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 [http://eyesonvis.blogspot.com/ http://eyesonvis.blogspot.com/] and look at the posts in August 2006. | |
| *[http://forums.ni.com/ni/board/message?board.id=170&message.id=216094&requireLogin=False The LVOOP Design Patterns] is a work-in-progress that [http://forums.lavag.org/Aristos-Queue-m5877.html Aristos Queue] (National Instruments R&D) is working on to help new LVOOP customers choose architectures appropriate to different types of software projects.
| |
|
| |
|
| == See Also == | | ==External links == |
| *[http://www.ni.com/white-paper/3573/en/ NI White Paper: LabVIEW Object-Oriented Programming FAQ] | | *[https://www.ni.com/en-us/support/documentation/supplemental/06/labview-object-oriented-programming-faq.html LabVIEW Object-Oriented Programming FAQ] by National Instruments |
| *[http://www.ni.com/white-paper/3574/en/ NI White Paper: LabVIEW Object-Oriented Programming: The Decisions Behind the Design] | | *[https://www.ni.com/en-us/support/documentation/supplemental/06/labview-object-oriented-programming--the-decisions-behind-the-de.html LabVIEW Object-Oriented Programming: The Decisions Behind the Design] by National Instruments |
|
| |
|
| [[Category:GOOP]] | | [[Category:Object-Oriented Programming]] |
| [[Category:GOOP]]
| |
| [[Category:GOOP]]
| |
| [[Category:GOOP]]
| |
| [[Category:GOOP]]
| |
| | |
| [[Category:GOOP]]
| |
Latest revision as of 14:57, 2 April 2020
LabVIEW object-oriented programming (LVOOP, pronounced "el vee oop") refers to the native implementation of by-value object-oriented programming that was introduced with LabVIEW 8.20.
See also
External links