LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

recursive classes in LabView

Hi,
 
I have an urgent question.
 
Is it possible to use recursive classes in LabView?
That means creating a class, that references an array of objects of the same class in the private data-cluster.
 
Otherwise, does anybody know a workaround?
 
Greetings,
Lorand
0 Kudos
Message 1 of 4
(2,820 Views)

Hi Lorand,

I believe this KB will be of some assistance to you. It give some instructions about how to create recursive VI's in Labview.

Regards,



Message Edited by mickeyw on 08-07-2008 09:20 AM
Mike W
Applications Engineer
National Instruments UK&Ireland
Message 2 of 4
(2,818 Views)

Hi mickeyw,

thanks for your reply.

But your answer doesn't match my question. I'm talking about recursive CLASSES (object oriented programming).

 

Regards,
Lorand

0 Kudos
Message 3 of 4
(2,811 Views)
I believe you can't have a class in itself, but you should be able to have it in one of its children. This and this might help.

___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(2,787 Views)