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

Representation of a date in DVB SimulCrypt protocols (ETSI TS 103 197). More...

Classes

class  ts::SimulCryptDate
 Representation of a date in DVB SimulCrypt protocols (ETSI TS 103 197). More...
 

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Functions

std::ostream & operator<< (std::ostream &strm, const ts::SimulCryptDate &date)
 Output operator for the class ts::SimulCryptDate on standard text streams.
 

Detailed Description

Representation of a date in DVB SimulCrypt protocols (ETSI TS 103 197).

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  strm,
const ts::SimulCryptDate date 
)
inline

Output operator for the class ts::SimulCryptDate on standard text streams.

Parameters
[in,out]strmAn standard stream in output mode.
[in]dateA ts::SimulCryptDate object.
Returns
A reference to the strm object.