Discussion:
recursive classes in LabView
(too old to reply)
Lorand
2008-08-07 08:40:16 UTC
Permalink
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
mickeyw
2008-08-07 08:40:18 UTC
Permalink
Hi Lorand,
I believe this <a href="http://digital.ni.com/public.nsf/allkb/7140920082C3AC15862572840015A81E?OpenDocument" target="_blank">KB</a> 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
Lorand
2008-08-07 08:40:19 UTC
Permalink
Hi mickeyw,
thanks for your reply.
But your answer doesn't match my question. I'm talking about recursive CLASSES (object oriented programming).
&nbsp;
Regards,Lorand
tst
2008-08-07 12:10:06 UTC
Permalink
I believe you can't have a class in itself, but you should be able to have it in one of its children. <a href="http://forums.lavag.org/index.php?s=&amp;showtopic=8764&amp;view=findpost&amp;p=40320" target="_blank">This</a> and <a href="http://forums.lavag.org/Map-implemented-with-classes-for-85-t8914.html" target="_blank">this</a> might help.
Loading...