X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FTransportPacket.hh;h=31b66cd3352ae71d55083519c87fda66bb728de0;hb=759f89cf0952cbc42207e5c4cf059d3906a37e59;hp=323ff78ab65f29031c67a78cad390101fd89c558;hpb=ceba483d966a9fd884b30fb9dac07156b29a4b31;p=senf.git diff --git a/Packets/MPEGDVBBundle/TransportPacket.hh b/Packets/MPEGDVBBundle/TransportPacket.hh index 323ff78..31b66cd 100644 --- a/Packets/MPEGDVBBundle/TransportPacket.hh +++ b/Packets/MPEGDVBBundle/TransportPacket.hh @@ -28,10 +28,9 @@ // Custom includes #include -#include "Packets/PacketType.hh" -#include "Packets/ParseInt.hh" -#include "Packets/PacketRegistry.hh" -#include "Packets/PacketParser.hh" +#include "../../Packets/PacketType.hh" +#include "../../Packets/ParseInt.hh" +#include "../../Packets/PacketParser.hh" //#include "TransportPacket.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -40,7 +39,7 @@ namespace senf { /** \brief Parse a Transport Stream packet - Parser implementing the header of a MPEG Transport Stream Packet. + Parser implementing the header of a MPEG Transport Stream packet. \see TransportPacketType */ @@ -89,6 +88,40 @@ namespace senf { /** \brief Transport Stream packet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SyntaxNo. of bits
transport_packet() {
\ref Parse_TransportPacket::sync_byte() "sync_byte"8
\ref Parse_TransportPacket::transport_error_indicator() "transport_error_indicator"1
\ref Parse_TransportPacket::pusi() "payload_uni_start_indicator"1
\ref Parse_TransportPacket::transport_priority() "transport_priority"1
\ref Parse_TransportPacket::pid() "PID"13
\ref Parse_TransportPacket::transport_scrmbl_ctrl() "transport_scrambling_control"2
\ref Parse_TransportPacket::adaptation_field_ctrl() "adaptation_field_control"2
\ref Parse_TransportPacket::continuity_counter() "continuity_counter"4
}
+ \par Packet type (typedef): \ref TransportPacket @@ -106,7 +139,6 @@ namespace senf { typedef Parse_TransportPacket parser; using mixin::nextPacketRange; - // using mixin::nextPacketType; using mixin::init; using mixin::initSize;