comparison Discovery/Inc/logbook_miniLive.h @ 598:0a3836643173

New replay block for T3 profile: Added functionaly to mini logbook to allow the access to a stored log file and to display the life data in a view which does not automatically zoom the time line (only the max depth is adapted)
author Ideenmodellierer
date Mon, 04 Jan 2021 21:41:51 +0100
parents 5f11787b4f42
children c56ed16dbd39
comparison
equal deleted inserted replaced
597:132e7e3d13a7 598:0a3836643173
34 /* Exported functions --------------------------------------------------------*/ 34 /* Exported functions --------------------------------------------------------*/
35 35
36 void updateMiniLiveLogbook( _Bool checkOncePerSecond); 36 void updateMiniLiveLogbook( _Bool checkOncePerSecond);
37 uint16_t *getMiniLiveLogbookPointerToData(void); 37 uint16_t *getMiniLiveLogbookPointerToData(void);
38 uint16_t getMiniLiveLogbookActualDataLength(void); 38 uint16_t getMiniLiveLogbookActualDataLength(void);
39 uint16_t *getMiniLiveReplayPointerToData(void);
40 uint16_t getMiniLiveReplayLength(void);
41 uint8_t prepareReplayLog(uint8_t StepBackwards);
42 uint8_t getReplayInfo(uint16_t** pReplayData, uint16_t* DataLength, uint16_t* MaxDepth, uint16_t* diveMinutes);
43 uint16_t getReplayDataResolution(void);
44 uint16_t getReplayOffset(void);
39 45
40 #endif /* LOGBOOK_MINI_LIVE_H */ 46 #endif /* LOGBOOK_MINI_LIVE_H */