|  | 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. | 
| Public Member Functions | |
| Report () | |
| ~Report () | |
| void | Clear () | 
| std::size_t | NeededBytes () | 
| std::size_t | NeededBytesWithExtraReportBlock () | 
| Public Attributes | |
| bool | isSR | 
| uint8_t * | headerdata | 
| uint32_t | headerdata32 [(sizeof(uint32_t)+sizeof(RTCPSenderReport))/sizeof(uint32_t)] | 
| std::size_t | headerlength | 
| std::list< Buffer > | reportblocks | 
Definition at line 150 of file rtcpcompoundpacketbuilder.h.
| 
 | inline | 
Definition at line 153 of file rtcpcompoundpacketbuilder.h.
| 
 | inline | 
Definition at line 160 of file rtcpcompoundpacketbuilder.h.
| 
 | inline | 
Definition at line 165 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::ClearBuildBuffers().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 178 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddAPPPacket(), qrtplib::RTCPCompoundPacketBuilder::AddBYEPacket(), qrtplib::RTCPCompoundPacketBuilder::AddSDESNormalItem(), qrtplib::RTCPCompoundPacketBuilder::AddSDESPrivateItem(), qrtplib::RTCPCompoundPacketBuilder::AddSDESSource(), and qrtplib::RTCPCompoundPacketBuilder::EndBuild().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 202 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddReportBlock().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| uint8_t* qrtplib::RTCPCompoundPacketBuilder::Report::headerdata | 
Definition at line 219 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::EndBuild(), qrtplib::RTCPCompoundPacketBuilder::StartReceiverReport(), and qrtplib::RTCPCompoundPacketBuilder::StartSenderReport().
| uint32_t qrtplib::RTCPCompoundPacketBuilder::Report::headerdata32[(sizeof(uint32_t)+sizeof(RTCPSenderReport))/sizeof(uint32_t)] | 
Definition at line 220 of file rtcpcompoundpacketbuilder.h.
| std::size_t qrtplib::RTCPCompoundPacketBuilder::Report::headerlength | 
| bool qrtplib::RTCPCompoundPacketBuilder::Report::isSR | 
Definition at line 217 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::EndBuild(), qrtplib::RTCPCompoundPacketBuilder::StartReceiverReport(), and qrtplib::RTCPCompoundPacketBuilder::StartSenderReport().
| std::list<Buffer> qrtplib::RTCPCompoundPacketBuilder::Report::reportblocks | 
Definition at line 222 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddReportBlock(), and qrtplib::RTCPCompoundPacketBuilder::EndBuild().
 1.8.13
 1.8.13