ardupilot/libraries/DataFlash
Peter Barker 617043f468 DataFlash: convert GPS and CAM dataflash messages to 64-bit timestamps
GPS structures remove 32-bit apm_time and replace with standard time_us
Significant change to GPS and GPS2 messages:
	    Add TimeUS as first field
	    Remove T field
	    Due to length restrictions on labels:
	    	Renamed TimeMS to GMS (Gps MilliSeconds)
		Renamed Week to GWk (Gps WeeK)
		Renamed RelAlt to RAlt
Significant change to CAM messages:
	    Removed GPSTime (uin32_t), added TimeUS (uint64_t)
2015-05-27 11:54:15 +10:00
..
examples/DataFlash_test DataFlash: fix for HAL_SITL rename 2015-05-05 09:45:56 +10:00
DataFlash_APM1.cpp
DataFlash_APM1.h
DataFlash_APM2.cpp
DataFlash_APM2.h
DataFlash_Block.cpp
DataFlash_Block.h DataFlash: support member functions for rover 2015-05-21 07:48:47 +10:00
DataFlash_Empty.cpp
DataFlash_Empty.h
DataFlash_File.cpp DataFlash: use functor macros 2015-05-26 13:46:54 +10:00
DataFlash_File.h DataFlash: support member functions for rover 2015-05-21 07:48:47 +10:00
DataFlash_SITL.cpp DataFlash: fixed some build warnings 2015-05-05 09:45:58 +10:00
DataFlash_SITL.h DataFlash: fix for HAL_SITL rename 2015-05-05 09:45:56 +10:00
DataFlash.h DataFlash: convert GPS and CAM dataflash messages to 64-bit timestamps 2015-05-27 11:54:15 +10:00
LogFile.cpp DataFlash: convert GPS and CAM dataflash messages to 64-bit timestamps 2015-05-27 11:54:15 +10:00