MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / PidTable

Method PidTable

src/mpegts/PidTable.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace mpegts {
27
28 PidTable::PidTable() {
29 for (size_t i = 0; i < MAX_PIDS; ++i) {
30 resetPidData(i);
31 }
32 _changed = false;
33 }
34
35 PidTable::~PidTable() {}
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected