X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FDSMCCSection.cc;h=d0c8b34e1b8486e6b9149de0f0a85764bad835ca;hb=ae06fe86f16fdabb7ffb219d255444d2eb4f4f79;hp=f34ed9182c566727e40218e7e7a5cd5abb8a5654;hpb=b371e9c8020d1c30d7f844819714a81db7709912;p=senf.git diff --git a/Packets/MPEGDVBBundle/DSMCCSection.cc b/Packets/MPEGDVBBundle/DSMCCSection.cc index f34ed91..d0c8b34 100644 --- a/Packets/MPEGDVBBundle/DSMCCSection.cc +++ b/Packets/MPEGDVBBundle/DSMCCSection.cc @@ -3,7 +3,7 @@ // Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Thorsten Horstmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,7 +20,8 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of non-inline non-template functions +/** \file + \brief DSMCCSection non-inline non-template implementation */ #include "DSMCCSection.hh" //#include "DSMCCSection.ih" @@ -43,13 +44,11 @@ prefix_ void senf::DSMCCSectionType::dump(packet p, std::ostream & os) << std::hex << " table_id: 0x" << unsigned(p->table_id()) << "\n" << " section_syntax_indicator: " << p->ssi() << "\n" - << " private_indicator: " << p->pi() << "\n" - << " reserved_1: " << p->reserved_1() << "\n" + << " private_indicator: " << p->private_indicator() << "\n" << std::dec << " section_length: " << p->sec_length() << "\n" << std::hex - << " table_id_extension: " << p->tabel_id_extension() << "\n" - << " reserved_2: " << p->reserved_2() << "\n" + << " table_id_extension: " << p->table_id_extension() << "\n" << " version_number: " << p->version_num() << "\n" << " current_next_indicator: " << p->curr_next_indicator() << "\n" << " section_number: " << unsigned(p->sec_num()) << "\n"