LPCBeremiz.py
changeset 659 71a824446673
parent 652 eb2d9f2b3567
child 677 607731b33026
equal deleted inserted replaced
658:94417ab25510 659:71a824446673
   219             location = "%" + LOCATION_DIRS[infos["type"]] + size + ".".join(map(str, current_location + infos["location"]))
   219             location = "%" + LOCATION_DIRS[infos["type"]] + size + ".".join(map(str, current_location + infos["location"]))
   220             return {"name": infos["name"],
   220             return {"name": infos["name"],
   221                     "type": infos["type"],
   221                     "type": infos["type"],
   222                     "size": size,
   222                     "size": size,
   223                     "IEC_type": infos["IEC_type"],
   223                     "IEC_type": infos["IEC_type"],
       
   224                     "var_name": infos["name"],
   224                     "location": location,
   225                     "location": location,
   225                     "description": infos["description"],
   226                     "description": infos["description"],
   226                     "children": []}
   227                     "children": []}
   227     
   228     
   228     def GetVariableLocationTree(self):
   229     def GetVariableLocationTree(self):