TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tstlvSerializer.h File Reference

Serialization of TLV messages. More...

Classes

class  ts::tlv::Serializer
 Serialization of TLV messages. More...
 

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 
namespace  ts::tlv
 Namespace for TLV protocols (Tag / Length / Value)
 

Functions

std::ostream & operator<< (std::ostream &strm, const ts::tlv::Serializer &ser)
 Output operator for ts::tlv::Serializer (for debug purpose).
 

Detailed Description

Serialization of TLV messages.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  strm,
const ts::tlv::Serializer ser 
)
inline

Output operator for ts::tlv::Serializer (for debug purpose).

Parameters
[in,out]strmOutput stream (text mode).
[in]serSerializer to dump.
Returns
A reference to strm.