User | Kudos |
---|---|
13 | |
7 | |
3 | |
3 | |
3 |
Currently, a class is created with a Class Private Data Cluster. Each data member of that cluster is scoped exclusively to the owning class. For access to these data members outside class member VIs, getters and setters (accessors) must be established individually for each element. These accessors can then be scoped accordingly, allowing access to the private class data through the accessor VI, or in 2010, through an accessor Property Node.
Quite frankly, I like the IDE interface for accessing class data members using Unbundle/Bundle by Name. This feels natural for LVOOPers who have a background with clustered typedefs (which means everybody). Unfortunately, this method of data access is reserved for callers within the scope of the class data. Currently, since all class data is private, you can only use Unbundle/Bundle within Class Member VIs themselves.
I would suggest an options interface for setting the scopes of Class Data Members. Having non-private data member scopes has benefits:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.