Lines Matching refs:modulation
46 case FrontendScanMessage::modulation: in onScanMessage()
47 readFrontendScanMessage_Modulation(message.get<FrontendScanMessage::Tag::modulation>()); in onScanMessage()
68 void FrontendCallback::readFrontendScanMessage_Modulation(FrontendModulation modulation) { in readFrontendScanMessage_Modulation() argument
69 switch (modulation.getTag()) { in readFrontendScanMessage_Modulation()
72 modulation.get<FrontendModulation::Tag::dvbc>()); in readFrontendScanMessage_Modulation()
76 modulation.get<FrontendModulation::Tag::dvbs>()); in readFrontendScanMessage_Modulation()
80 modulation.get<FrontendModulation::Tag::isdbs>()); in readFrontendScanMessage_Modulation()
84 modulation.get<FrontendModulation::Tag::isdbs3>()); in readFrontendScanMessage_Modulation()
88 modulation.get<FrontendModulation::Tag::isdbt>()); in readFrontendScanMessage_Modulation()
92 modulation.get<FrontendModulation::Tag::atsc>()); in readFrontendScanMessage_Modulation()
96 modulation.get<FrontendModulation::Tag::atsc3>()); in readFrontendScanMessage_Modulation()
100 modulation.get<FrontendModulation::Tag::dvbt>()); in readFrontendScanMessage_Modulation()