GNU Radio's TEST Package
|
Classes | |
class | device_t |
class | device |
class | range_t |
struct | meta_range_t |
class | sink |
Takes a stream of complex samples. More... | |
class | source |
Provides a stream of complex samples. More... | |
class | time_spec_t |
Typedefs | |
typedef std::vector< device_t > | devices_t |
A typedef for a vector of logical devices. More... | |
typedef meta_range_t | gain_range_t |
typedef meta_range_t | freq_range_t |
Functions | |
OSMOSDR_API bool | operator== (const time_spec_t &, const time_spec_t &) |
Implement equality_comparable interface. More... | |
OSMOSDR_API bool | operator< (const time_spec_t &, const time_spec_t &) |
Implement less_than_comparable interface. More... | |
Variables | |
static const size_t | ALL_MBOARDS = size_t(~0) |
A wildcard motherboard index. More... | |
static const size_t | ALL_CHANS = size_t(~0) |
A wildcard channel index. More... | |
typedef std::vector<device_t> osmosdr::devices_t |
A typedef for a vector of logical devices.
typedef meta_range_t osmosdr::freq_range_t |
typedef meta_range_t osmosdr::gain_range_t |
OSMOSDR_API bool osmosdr::operator< | ( | const time_spec_t & | , |
const time_spec_t & | |||
) |
Implement less_than_comparable interface.
OSMOSDR_API bool osmosdr::operator== | ( | const time_spec_t & | , |
const time_spec_t & | |||
) |
Implement equality_comparable interface.
|
static |
A wildcard channel index.
|
static |
A wildcard motherboard index.