![]() |
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.
|
Inheritance diagram for qrtplib::RTCPPacketBuilder::RTCPSDESInfoInternal:
Collaboration diagram for qrtplib::RTCPPacketBuilder::RTCPSDESInfoInternal:Public Member Functions | |
| RTCPSDESInfoInternal () | |
| void | ClearFlags () |
| bool | ProcessedName () const |
| bool | ProcessedEMail () const |
| bool | ProcessedLocation () const |
| bool | ProcessedPhone () const |
| bool | ProcessedTool () const |
| bool | ProcessedNote () const |
| void | SetProcessedName (bool v) |
| void | SetProcessedEMail (bool v) |
| void | SetProcessedLocation (bool v) |
| void | SetProcessedPhone (bool v) |
| void | SetProcessedTool (bool v) |
| void | SetProcessedNote (bool v) |
Public Member Functions inherited from qrtplib::RTCPSDESInfo | |
| RTCPSDESInfo () | |
| virtual | ~RTCPSDESInfo () |
| void | Clear () |
| int | SetCNAME (const uint8_t *s, std::size_t l) |
| int | SetName (const uint8_t *s, std::size_t l) |
| int | SetEMail (const uint8_t *s, std::size_t l) |
| int | SetPhone (const uint8_t *s, std::size_t l) |
| int | SetLocation (const uint8_t *s, std::size_t l) |
| int | SetTool (const uint8_t *s, std::size_t l) |
| int | SetNote (const uint8_t *s, std::size_t l) |
| int | SetPrivateValue (const uint8_t *prefix, std::size_t prefixlen, const uint8_t *value, std::size_t valuelen) |
| int | DeletePrivatePrefix (const uint8_t *s, std::size_t len) |
| uint8_t * | GetCNAME (std::size_t *len) const |
| uint8_t * | GetName (std::size_t *len) const |
| uint8_t * | GetEMail (std::size_t *len) const |
| uint8_t * | GetPhone (std::size_t *len) const |
| uint8_t * | GetLocation (std::size_t *len) const |
| uint8_t * | GetTool (std::size_t *len) const |
| uint8_t * | GetNote (std::size_t *len) const |
| void | GotoFirstPrivateValue () |
| bool | GetNextPrivateValue (uint8_t **prefix, std::size_t *prefixlen, uint8_t **value, std::size_t *valuelen) |
| bool | GetPrivateValue (const uint8_t *prefix, std::size_t prefixlen, uint8_t **value, std::size_t *valuelen) const |
Private Attributes | |
| bool | pname |
| bool | pemail |
| bool | plocation |
| bool | pphone |
| bool | ptool |
| bool | pnote |
Definition at line 284 of file rtcppacketbuilder.h.
|
inline |
Definition at line 287 of file rtcppacketbuilder.h.
|
inline |
Definition at line 291 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::ClearAllSDESFlags().
Here is the caller graph for this function:
|
inline |
Definition at line 304 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 308 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 300 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 320 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 312 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 316 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 328 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 332 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 324 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 344 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 336 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
inline |
Definition at line 340 of file rtcppacketbuilder.h.
Referenced by qrtplib::RTCPPacketBuilder::FillInSDES().
Here is the caller graph for this function:
|
private |
Definition at line 349 of file rtcppacketbuilder.h.
|
private |
Definition at line 349 of file rtcppacketbuilder.h.
|
private |
Definition at line 349 of file rtcppacketbuilder.h.
|
private |
Definition at line 349 of file rtcppacketbuilder.h.
|
private |
Definition at line 349 of file rtcppacketbuilder.h.
|
private |
Definition at line 349 of file rtcppacketbuilder.h.
1.8.13