Re: Understanding bitOrder=leastSignificantFirst

2019-04-22 Thread Beckerle, Mike
nding bitOrder=leastSignificantFirst I am trying to work through a bug surrounding changing the bitOrder mid schema and am having trouble figuring out how Daffodil handles bitOrder in general. I see that in InputSourceData, we have code to mask for the correct bits and shift out the gaps, but I d

Understanding bitOrder=leastSignificantFirst

2019-04-22 Thread Sloane, Brandon
I am trying to work through a bug surrounding changing the bitOrder mid schema and am having trouble figuring out how Daffodil handles bitOrder in general. I see that in InputSourceData, we have code to mask for the correct bits and shift out the gaps, but I do not see where we actually invert