mcu_hi3321_watch/tjd/service/gnss/pgnss_encode.h
2025-05-26 20:15:20 +08:00

17 lines
465 B
C

/*
* Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2024-2024. All rights reserved.
* Description: pgnss encode
* Author:
* Create:
*/
#ifndef PGNSS_ENCODE_H
#define PGNSS_ENCODE_H
#include "gnss_datatypes.h"
#include "tiot_service_interface.h"
int32_t PgnssInjectUtcTime(tiot_handle handle, GnssUtcTime *utcTime, uint32_t* ts);
void PgnssInject(tiot_handle handle, uint32_t ts);
void PgnssInjectLessFiles(tiot_handle handle, uint32_t ts);
#endif