plugins/c_ext/c_ext.py
changeset 659 71a824446673
parent 658 94417ab25510
child 675 44b35c27e9ff
equal deleted inserted replaced
658:94417ab25510 659:71a824446673
   102                 output += 1
   102                 output += 1
   103             vars.append({"name": var.getname(),
   103             vars.append({"name": var.getname(),
   104                          "type": var_class,
   104                          "type": var_class,
   105                          "size": var_size,
   105                          "size": var_size,
   106                          "IEC_type": var.gettype(),
   106                          "IEC_type": var.gettype(),
       
   107                          "var_name": var.getname(),
   107                          "location": var_location,
   108                          "location": var_location,
   108                          "description": "",
   109                          "description": "",
   109                          "children": []})
   110                          "children": []})
   110                 
   111                 
   111         return  {"name": self.BaseParams.getName(),
   112         return  {"name": self.BaseParams.getName(),