bkuner / opcUaUnifiedAutomation

EPICS opcUa device support with Unified Automation C++ based client sdk.
Other
0 stars 4 forks source link

Make per-record debugging runtime switchable #13

Closed ralphlange closed 7 years ago

ralphlange commented 7 years ago

The per-record debug setting (brilliant usage extension of the TPRO field!) has to be done at initialization. This mechanism would be a lot more flexible if run-time changes of TPRO would also change the debug verbosity.

(The per-record structure has the debug member flag and a pointer to the record. That shouldn't be hard to do.)

ralphlange commented 7 years ago

Sorry - I was looking at the wrong record. In fact debug level follows TPRO at runtime.