etherlab/runtime_etherlab.py
changeset 2719 745b64e7c695
parent 2703 32ffdb32b14e
child 3750 f62625418bff
--- a/etherlab/runtime_etherlab.py	Fri Dec 25 17:12:02 2020 +0000
+++ b/etherlab/runtime_etherlab.py	Mon Jan 18 10:59:28 2021 +0100
@@ -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: