bacnet/web_settings.py
changeset 2676 b276d05bdb09
parent 2674 a8975ff44cd1
child 2686 703ebf57508a
--- a/bacnet/web_settings.py	Tue Jun 16 10:12:21 2020 +0200
+++ b/bacnet/web_settings.py	Tue Jun 16 10:16:25 2020 +0200
@@ -315,6 +315,8 @@
         GetParamFuncName = "__bacnet_%(location_str)s_get_ConfigParam_" + name
         SetParamFuncName = "__bacnet_%(location_str)s_set_ConfigParam_" + name
         
+        # XXX TODO : stop reading from PLC .so file. This code is template code
+        #            that can use modbus extension build data
         GetParamFuncs[name]          = getattr(PLCObject.PLClibraryHandle, GetParamFuncName)
         GetParamFuncs[name].restype  = c_dtype
         GetParamFuncs[name].argtypes = None