Searched defs:DetectorConfig (Results 1 – 1 of 1) sorted by relevance
70 struct DetectorConfig struct72 std::string name = Defaults::name;73 DetectorIntf::DetectorType type = DetectorIntf::DetectorType::Unknown;74 std::string pinName = Defaults::pinName;75 PinPolarity polarity = PinPolarity::unknown;76 DetectorLevel level = DetectorLevel::unknown;78 struct Defaults