17 lines
465 B
C
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 |