// // Created by xemon on 06.07.23. // #ifndef MODULE_EGTSTIMESTAMP_H #define MODULE_EGTSTIMESTAMP_H #include "stdint.h" uint32_t Egts_EpochTimestampToEgtsTime(uint32_t ts); uint32_t Egts_EpochEgtsTimeToTimestamp(uint32_t ts); #endif //MODULE_EGTSTIMESTAMP_H