LabVIEW allows classes to use the IPE structure via the cluster unbundle/bundle pair. Generally I avoid this because it's poor form for object oriented programming: it bypasses any logic I've put in place in the get/set methods. If I use the IPE on classes, when time comes to change my get/set logic, I no longer have a singular bit of code to modify.
With the advent of properties for classes in LabVIEW 2010, I propose that the IPE structure should be adapted to allow the use of any properties a class has defined:
The IPE structure should:
I kind of think this one is more important than my variant post. I contest that LabVIEW currently has no support for objects in the current IPE since using unbundle/bundle on the class is generally a bad idea.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 4 kudos within 4 years after posting will be automatically declined.