天嵌二次封装库使用手册
V2.1.2
|
宏定义 | |
#define | SFWDG_API |
函数 | |
SFWDG_API void | tq_sf_SetEqual_index (int index) |
当同一个应用程序需要在系统中打开多个并同时喂狗的应用场景时,可以使用它。在一般情况下可以忽略它 更多... | |
SFWDG_API int | tq_sf_EnableWtd () |
向看门狗服务端注册看门狗监听事件 更多... | |
SFWDG_API int | tq_sf_FeedWtd () |
向看门狗服务端喂狗 更多... | |
SFWDG_API int | tq_Udp_ping () |
ping看门狗服务端地址和端口 更多... | |
SFWDG_API int | tq_sf_DisableWtd () |
向看门狗服务端注销看门狗监听事件 更多... | |
Date | Version | Author | Description |
---|---|---|---|
2021-09-09 | 1.0 | zhengchuangyong | 第一次发布,在linux下实现软件看门狗服务. |
在文件 tq_sfwdg.h 中定义.
#define SFWDG_API |
在文件 tq_sfwdg.h 第 31 行定义.
SFWDG_API int tq_sf_DisableWtd | ( | ) |
向看门狗服务端注销看门狗监听事件
SFWDG_API int tq_sf_EnableWtd | ( | ) |
向看门狗服务端注册看门狗监听事件
SFWDG_API int tq_sf_FeedWtd | ( | ) |
向看门狗服务端喂狗
SFWDG_API void tq_sf_SetEqual_index | ( | int | index | ) |
当同一个应用程序需要在系统中打开多个并同时喂狗的应用场景时,可以使用它。在一般情况下可以忽略它
SFWDG_API int tq_Udp_ping | ( | ) |
ping看门狗服务端地址和端口