Is it possible to acces parent reference data in child class?
I am trying to implement somthing that looks like this:
NI-845x.pdf
The SPI class initialize's the SPI script reference that I then want to use in the childe class (S25FL016A). By doing it this way I only have to inplement the "RUN" and "Configuration" method it in the SPI class. And not in all the child classes under SPI.
I have tried:
to use a data member accesor but it is ugly code because I have to pass the reference from the parrent class in to the childe for making it work.
make LV2 global to holde the reference, but agin it should not be the way
use the "To More Specific Class" in the child class, but it only returns the reference without any data in it.
I am programming it in LabVIEW 2011