Mercurial > public > ostc4
comparison Discovery/Inc/logbook_miniLive.h @ 610:ae7f8333c900
Added access to logbook marker data:
In previous version event data could only be stored in memory but read back and usage in the OSTC itself was not supported. After the events like a marker set by the diver may be retrieved from the log.
Added visualization of markers to T3_Profile view
author | Ideenmodellierer |
---|---|
date | Thu, 14 Jan 2021 20:38:28 +0100 |
parents | c56ed16dbd39 |
children | bf574fb3efa0 |
comparison
equal
deleted
inserted
replaced
609:1b243c6c7067 | 610:ae7f8333c900 |
---|---|
38 uint16_t getMiniLiveLogbookActualDataLength(void); | 38 uint16_t getMiniLiveLogbookActualDataLength(void); |
39 uint16_t* getMiniLiveReplayPointerToData(void); | 39 uint16_t* getMiniLiveReplayPointerToData(void); |
40 uint16_t* getMiniLiveDecoPointerToData(void); | 40 uint16_t* getMiniLiveDecoPointerToData(void); |
41 uint16_t getMiniLiveReplayLength(void); | 41 uint16_t getMiniLiveReplayLength(void); |
42 uint8_t prepareReplayLog(uint8_t StepBackwards); | 42 uint8_t prepareReplayLog(uint8_t StepBackwards); |
43 uint8_t getReplayInfo(uint16_t** pReplayData, uint16_t* DataLength, uint16_t* MaxDepth, uint16_t* diveMinutes); | 43 uint8_t getReplayInfo(uint16_t** pReplayData, uint8_t** pReplayMarker, uint16_t* DataLength, uint16_t* MaxDepth, uint16_t* diveMinutes); |
44 uint16_t getReplayDataResolution(void); | 44 uint16_t getReplayDataResolution(void); |
45 uint16_t getReplayOffset(void); | 45 uint16_t getReplayOffset(void); |
46 | 46 |
47 #endif /* LOGBOOK_MINI_LIVE_H */ | 47 #endif /* LOGBOOK_MINI_LIVE_H */ |