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.h DataFlash: convert GPS and CAM dataflash messages to 64-bit timestamps 2015-05-27 11:54:15 +10:00
DataFlash_APM1.cpp DataFlash: fix for HAL_GPIO_* 2014-06-02 10:42:36 +10:00
DataFlash_APM1.h DataFlash: added structures to Init() of dataflash 2013-12-17 11:51:36 +11:00
DataFlash_APM2.cpp DataFlash: Delete unused BufferRead function 2014-08-11 09:24:42 +10:00
DataFlash_APM2.h DataFlash: Delete unused BufferRead function 2014-08-11 09:24:42 +10:00
DataFlash_Block.cpp DataFlash: add EnableWrites method 2014-01-07 22:43:44 +09:00
DataFlash_Block.h DataFlash: support member functions for rover 2015-05-21 07:48:47 +10:00
DataFlash_Empty.cpp DataFlash: removed more unusued BufferRead functions 2014-08-11 09:39:02 +10:00
DataFlash_Empty.h DataFlash: removed more unusued BufferRead functions 2014-08-11 09:39:02 +10:00
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
LogFile.cpp DataFlash: convert GPS and CAM dataflash messages to 64-bit timestamps 2015-05-27 11:54:15 +10:00