Searched refs:MonitorType (Results 1 – 1 of 1) sorted by relevance
20 def __init__(self, file_path, MonitorType): argument23 self.monitor_type = self.monitor_types.get(MonitorType)25 raise Exception("Unknown monitor type: %s" % MonitorType)27 self.monitor_type = MonitorType29 self.main_c = self.__open_file(self.monitor_templates_dir + "main_" + MonitorType + ".c")