I'm ccing back to the help list because this might be interesting. I'm not sure that bitfield assignment order is guaranteed anywhere, would have to dig into a real C spec to see...but once you've settled on compilers for both ends you're probably safe enough.
MS David wrote: > I am just wondering about bitfields and endianness and wether sent > bitfields will be received in correct order under all platforms. > Compilation so far works fine. > > David. > > > Am 20.08.2009 um 17:49 schrieb Michael Schippling: > >> They ought to. It's just (GC)C underneath the covers. >> Are you having issues? >> MS >> >> >> David wrote: >>> Hi, >>> can I use bitfields in my NesC code or will I run into trouble using >>> them? >>> David. >>> _______________________________________________ >>> Tinyos-help mailing list >>> [email protected] >>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
