|
From: <rum...@us...> - 2008-06-19 14:18:42
|
Revision: 194
http://gearbox.svn.sourceforge.net/gearbox/?rev=194&view=rev
Author: rumataxyz
Date: 2008-06-19 07:18:45 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
added pack pragma
Modified Paths:
--------------
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/novatelmessages.h
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/novatelmessages.h
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/novatelmessages.h 2008-06-19 12:40:55 UTC (rev 193)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/novatelmessages.h 2008-06-19 14:18:45 UTC (rev 194)
@@ -17,7 +17,7 @@
InsPvaSBLogType = 508
};
-//#pragma pack(push,1)
+#pragma pack(push,1)
// binary packet header; long version, mostly used for GPS gear
// according to:
// OEM4 Family Firmware Version 2.300 Command and Log Reference Rev 16; Table 4; Page 17
@@ -50,7 +50,7 @@
uint8_t msgLength; //3 1 _without_ header or CRC
uint16_t msgId; //4 2 which log we have
uint16_t GpsWeekNr; //6 2
- uint32_t msIntoWeek; //8 4 milliseconds from beginning of week
+ uint32_t msIntoWeek; //8 4 milliseconds from beginning of week
}Oem4ShortBinaryHeader;
@@ -161,6 +161,6 @@
Oem4ShortBinaryHeader header;
RawImuData data;
}RawImuLogSB;
-//#pragma pack(pop,1)
+#pragma pack(pop)
} //namespace
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|