Jump to content

Confirmation on text-based-like Static Methods in LabVIEW


Recommended Posts

Posted (edited)

If I want to create something similar to a "static method" in c++, is it just as simple as removing the object input and output terminals from a VI which is placed within a class? If so, will this avoid object creation, or does LabVIEW still create the object?

Edited by for(imstuck)
Posted

Even if it would, creation of an new object should be fairly cheap, as it's just 3 pointers, since objects share the same copy of the default data of a class.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.