etherlab/EthercatMaster.py
changeset 2375 cfa68a06a24d
parent 2370 e40f3914e55f
child 2380 b35bce45bc5a
equal deleted inserted replaced
2374:aed3ca79a10a 2375:cfa68a06a24d
   749         LDFLAGS.append("-lethercat_rtdm -lrtdm")
   749         LDFLAGS.append("-lethercat_rtdm -lrtdm")
   750 
   750 
   751         return LocationCFilesAndCFLAGS, LDFLAGS, extra_files
   751         return LocationCFilesAndCFLAGS, LDFLAGS, extra_files
   752 
   752 
   753     ConfNodeMethods = [
   753     ConfNodeMethods = [
   754         {"bitmap" : "ScanNetwork",
   754         {
   755          "name" : _("Scan Network"),
   755             "bitmap": "ScanNetwork",
   756          "tooltip" : _("Scan Network"),
   756             "name": _("Scan Network"),
   757          "method" : "_ScanNetwork"},
   757             "tooltip": _("Scan Network"),
       
   758             "method": "_ScanNetwork",
       
   759         },
   758     ]
   760     ]
   759 
   761 
   760     def CTNGenerate_C(self, buildpath, locations):
   762     def CTNGenerate_C(self, buildpath, locations):
   761         current_location = self.GetCurrentLocation()
   763         current_location = self.GetCurrentLocation()
   762 
   764