Changeset 465

Show
Ignore:
Timestamp:
04/14/07 14:14:56 (17 years ago)
Author:
ppalmers
Message:

powerpc fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libfreebob-1.0/src/libfreebobstreaming/cip.h

    r190 r465  
    1515struct iec61883_packet { 
    1616        /* First quadlet */ 
    17         unsigned int dbs      : 8; 
    1817        unsigned int eoh0     : 2; 
    1918        unsigned int sid      : 6; 
     19         
     20        unsigned int dbs      : 8;  
    2021 
    21         unsigned int dbc      : 8; 
    2222        unsigned int fn       : 2; 
    2323        unsigned int qpc      : 3; 
    2424        unsigned int sph      : 1; 
    2525        unsigned int reserved : 2; 
     26         
     27        unsigned int dbc      : 8; 
    2628 
    2729        /* Second quadlet */ 
    28         unsigned int fdf      : 8; 
    2930        unsigned int eoh1     : 2; 
    3031        unsigned int fmt      : 6; 
    3132 
     33        unsigned int fdf      : 8; 
     34         
    3235        unsigned int syt      : 16; 
    3336