LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Privately Scoped Class Question

Solved!
Go to solution

Just a fresh CLD here getting familiar with classes and had a question that I couldn't seem to find. What is the difference between privately scoping the .lvclass versus privately scoping each of the individual VI's within the class? I've attached a picture with the class in question highlighted.

Redhawk
Test Engineer at Moog Inc.

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

0 Kudos
Message 1 of 3
(1,916 Views)
Solution
Accepted by topic author FireFist-Redhawk

If you scope the class DB_Wrapper.class as private, it can only be used within the DB Library.lvlib.

 

If you scope an individual member of DB_Wrapper.class as private, this member can only be used by other members of DB_Wrapper.class.

Marc Dubois
Message 2 of 3
(1,909 Views)

Ahhh I see now, thanks for the speedy response!

Redhawk
Test Engineer at Moog Inc.

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

0 Kudos
Message 3 of 3
(1,903 Views)