--- a/LPCBeremiz.py Wed Dec 21 19:43:40 2011 +0100
+++ b/LPCBeremiz.py Sun Jan 08 19:04:41 2012 +0100
@@ -221,6 +221,7 @@
"IEC_type": infos["IEC_type"],
+ "var_name": infos["name"], "description": infos["description"],
--- a/plugins/c_ext/c_ext.py Wed Dec 21 19:43:40 2011 +0100
+++ b/plugins/c_ext/c_ext.py Sun Jan 08 19:04:41 2012 +0100
@@ -104,6 +104,7 @@
"IEC_type": var.gettype(),
+ "var_name": var.getname(), "location": var_location,