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.
Static Public Member Functions | List of all members
qrtplib::RTPSources_GetHashIndex Class Reference

#include <rtpsources.h>

Static Public Member Functions

static int GetIndex (const uint32_t &ssrc)
 

Detailed Description

Definition at line 53 of file rtpsources.h.

Member Function Documentation

◆ GetIndex()

static int qrtplib::RTPSources_GetHashIndex::GetIndex ( const uint32_t ssrc)
inlinestatic

Definition at line 56 of file rtpsources.h.

References RTPSOURCES_HASHSIZE.

57  {
58  return ssrc % RTPSOURCES_HASHSIZE;
59  }
#define RTPSOURCES_HASHSIZE
Definition: rtpsources.h:48

The documentation for this class was generated from the following file: