libdrmconf  0.10.4
A library to program DMR radios.
Public Member Functions | Public Attributes | List of all members
RadioLimitFrequencies::FrequencyRange Struct Reference

Represents a single frequency range. More...

#include <radiolimits.hh>

Public Member Functions

 FrequencyRange (double lower, double upper)
 Constructs a frequency range from limits.
 
 FrequencyRange (const std::pair< double, double > &limit)
 Constructs a frequency range from limits.
 
bool contains (double f) const
 Returns true if f is inside this limit.
 

Public Attributes

double min
 Lower frequency limit.
 
double max
 Upper frequency limit.
 

Detailed Description

Represents a single frequency range.


The documentation for this struct was generated from the following files: