/*---------------------------------------------------------------------------- * Copyright (c) TJD Technologies Co., Ltd. 2020. All rights reserved. * * Description: service_stress.c * * Author: wuchangxin * * Create: 2024-6-29 *--------------------------------------------------------------------------*/ #ifndef SERVICE_STRESS_H #define SERVICE_STRESS_H //lib #include #include #ifdef __cplusplus #if __cplusplus extern "C" { #endif #endif /********************************************************************************************************************** * PUBLIC FUNCTIONS */ extern signed int tjd_service_timer_stress_start_send(void *param); extern signed int tjd_service_timer_stress_end_send(void *param); extern uint32_t tjd_task_service_stress_get_curtime_index(void); static void tjd_task_service_stress_store_data(void); extern void tjd_task_service_timer_stress_all_day_open(void); extern struct rtc_time tjd_task_service_stress_get_curtime(void); #ifdef __cplusplus #if __cplusplus } #endif #endif #endif