ProjectController.py
changeset 1749 d73b64672238
parent 1746 45d6f5fba016
child 1751 c28db6f7616b
equal deleted inserted replaced
1748:ba5f64fe0e00 1749:d73b64672238
   169 
   169 
   170     def getLibCPath(self):
   170     def getLibCPath(self):
   171         if self.ieclib_c_path is None:
   171         if self.ieclib_c_path is None:
   172             self.ieclib_c_path = self.findLibCPath()
   172             self.ieclib_c_path = self.findLibCPath()
   173         return self.ieclib_c_path
   173         return self.ieclib_c_path
       
   174 
   174 
   175 
   175 iec2c_cfg = Iec2CSettings()
   176 iec2c_cfg = Iec2CSettings()
   176 
   177 
   177 
   178 
   178 class ProjectController(ConfigTreeNode, PLCControler):
   179 class ProjectController(ConfigTreeNode, PLCControler):