Id keyword, again
[senf.git] / Packets / MPEGDVBBundle / TransportPacket.hh
index 6aac38c..83406f5 100644 (file)
@@ -1,4 +1,4 @@
-// $Id:DatagramSection.hh 327 2007-07-20 10:03:44Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
@@ -45,15 +45,15 @@ namespace senf {
     {
 #       include SENF_FIXED_PARSER()
 
-        SENF_PARSE_FIELD( sync_byte, Parse_UInt8 );
+        SENF_PARSER_FIELD    ( sync_byte                 , Parse_UInt8   );
         
-        SENF_PARSE_BITFIELD( transport_error_indicator,  1, bool     );
-        SENF_PARSE_BITFIELD( pusi,                       1, bool     );
-        SENF_PARSE_BITFIELD( transport_priority,         1, bool     );
-        SENF_PARSE_BITFIELD( pid,                       13, unsigned );
-        SENF_PARSE_BITFIELD( transport_scrmbl_ctrl,      2, unsigned );
-        SENF_PARSE_BITFIELD( adaptation_field_ctrl,      2, unsigned );
-        SENF_PARSE_BITFIELD( continuity_counter,         4, unsigned );
+        SENF_PARSER_BITFIELD ( transport_error_indicator ,  1 , bool     );
+        SENF_PARSER_BITFIELD ( pusi                      ,  1 , bool     );
+        SENF_PARSER_BITFIELD ( transport_priority        ,  1 , bool     );
+        SENF_PARSER_BITFIELD ( pid                       , 13 , unsigned );
+        SENF_PARSER_BITFIELD ( transport_scrmbl_ctrl     ,  2 , unsigned );
+        SENF_PARSER_BITFIELD ( adaptation_field_ctrl     ,  2 , unsigned );
+        SENF_PARSER_BITFIELD ( continuity_counter        ,  4 , unsigned );
 
         SENF_PARSER_FINALIZE( Parse_TransportPacket );