32 self.__ioEncoding = Preferences.getSystem("IOEncoding") |
32 self.__ioEncoding = Preferences.getSystem("IOEncoding") |
33 |
33 |
34 self.rx_status1 = \ |
34 self.rx_status1 = \ |
35 QRegExp('(.{8,9})\\s+([0-9-]+)\\s+(.+)\\s*') |
35 QRegExp('(.{8,9})\\s+([0-9-]+)\\s+(.+)\\s*') |
36 self.rx_status2 = QRegExp( |
36 self.rx_status2 = QRegExp( |
37 '(.{8,9})\\s+([0-9-]+)\\s+([0-9?]+)\\s+([\\w?]+)\\s+(.+)\\s*') |
37 '(.{8,9})\\s+([0-9-]+)\\s+([0-9?]+)\\s+(\\S+)\\s+(.+)\\s*') |
38 |
38 |
39 def _performMonitor(self): |
39 def _performMonitor(self): |
40 """ |
40 """ |
41 Protected method implementing the monitoring action. |
41 Protected method implementing the monitoring action. |
42 |
42 |