diff -r f0a70f0246da -r 32ffdb32b14e etherlab/runtime_etherlab.py --- a/etherlab/runtime_etherlab.py Tue Dec 22 14:53:15 2020 +0100 +++ b/etherlab/runtime_etherlab.py Mon Jul 13 13:56:42 2020 +0200 @@ -114,6 +114,7 @@ time.sleep(0.5) +# TODO : rename to match _runtime_{location}_extname_init() format def _runtime_etherlab_init(): global KMSGPollThread, StopKMSGThread StopKMSGThread = False @@ -121,6 +122,7 @@ KMSGPollThread.start() +# TODO : rename to match _runtime_{location}_extname_cleanup() format def _runtime_etherlab_cleanup(): global KMSGPollThread, StopKMSGThread, SDOThread try: