45 strings.push_back(
"freq: " + std::to_string(segment.getFrequencyHz()));
46 strings.push_back(
"duration: " + std::to_string(segment.getDuration().count()));
47 strings.push_back(
"offset: " + std::to_string(segment.getOffset().count()));
48 strings.push_back(
"power: " + std::to_string(segment.getRxPowerdBm()));
std::uint64_t getBandwidthHz() const
The Frequency Control Message is sent to the emulator physical layer to specify the frequency segment...
const FrequencySegments & getFrequencySegments() const
std::list< std::string > Strings