diff Discovery/Inc/logbook_miniLive.h @ 603:c56ed16dbd39

T3 profile view: Added visualization of deco data
author Ideenmodellierer
date Wed, 06 Jan 2021 19:41:43 +0100
parents 0a3836643173
children ae7f8333c900
line wrap: on
line diff
--- a/Discovery/Inc/logbook_miniLive.h	Tue Jan 05 20:35:01 2021 +0100
+++ b/Discovery/Inc/logbook_miniLive.h	Wed Jan 06 19:41:43 2021 +0100
@@ -34,9 +34,10 @@
 /* Exported functions --------------------------------------------------------*/
 
 void updateMiniLiveLogbook( _Bool checkOncePerSecond);
-uint16_t *getMiniLiveLogbookPointerToData(void);
+uint16_t* getMiniLiveLogbookPointerToData(void);
 uint16_t getMiniLiveLogbookActualDataLength(void);
-uint16_t *getMiniLiveReplayPointerToData(void);
+uint16_t* getMiniLiveReplayPointerToData(void);
+uint16_t* getMiniLiveDecoPointerToData(void);
 uint16_t getMiniLiveReplayLength(void);
 uint8_t prepareReplayLog(uint8_t StepBackwards);
 uint8_t getReplayInfo(uint16_t** pReplayData, uint16_t* DataLength, uint16_t* MaxDepth, uint16_t* diveMinutes);