SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | BitfieldIndex< size > |
Functions | |
template<unsigned int size> | |
BitfieldIndex< size > | operator+ (const BitfieldIndex< size > &a, const BitfieldIndex< size > &b) |
template<unsigned int size> | |
BitfieldIndex< size > | operator- (const BitfieldIndex< size > &a, const BitfieldIndex< size > &b) |
BitfieldIndex<size> operator+ | ( | const BitfieldIndex< size > & | a, |
const BitfieldIndex< size > & | b | ||
) |
Definition at line 49 of file bitfieldindex.h.
References BitfieldIndex< size >::v.
BitfieldIndex<size> operator- | ( | const BitfieldIndex< size > & | a, |
const BitfieldIndex< size > & | b | ||
) |
Definition at line 57 of file bitfieldindex.h.
References BitfieldIndex< size >::v.