Closed ciozi137 closed 3 years ago
OR handle state differently (for example input/output class wire)
Architecture has changed: Remote Control provides API methods
Instead of calling RemoteControl.lvclass:Remote Client.vi, Instrument.lvclass:Remote Client.vim calls
which each call RemoteControl.lvclass:Connect.vi, RemoteControl.lvclass:Send and Receive.vi, RemoteControl.lvclass:Disconnect.vi, respectively.
This architecture change gives control of the remote control lifetime to the instrument class (it can decide to hold open the connection)
Needs to be preallocated clone (not shared clone)