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 <rtpendian.h>
Public Member Functions | |
RTPEndian () | |
template<typename T > | |
T | qToHost (const T &x) const |
Private Attributes | |
bool | m_isLittleEndian |
Definition at line 16 of file rtpendian.h.
|
inline |
|
inline |
Definition at line 27 of file rtpendian.h.
References m_isLittleEndian.
Referenced by qrtplib::RTPPacket::GetCSRC(), qrtplib::RTCPCompoundPacket::ParseData(), and qrtplib::RTPPacket::ParseRawPacket().
|
private |
Definition at line 33 of file rtpendian.h.
Referenced by qToHost(), and RTPEndian().