etherlab/runtime_etherlab.py
branchsvghmi
changeset 2993 b76f303ffce6
parent 2643 b98d9e08231f
child 3750 f62625418bff
--- a/etherlab/runtime_etherlab.py	Fri Jul 10 11:15:41 2020 +0200
+++ 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: