EdgeGateway_FSU/DevicePortGet/Public_Src/ProcessisRunning.h

81 lines
3.4 KiB
C
Raw Normal View History

2024-03-15 17:25:04 +08:00
/***************************************************************
Copyright © huijue Network Co., Ltd. 1998-2129. All rights reserved.
Copyright © 1998-2129. All rights reserved.
: ProcessisRunning.h
: kooloo
: V1.0
: ProcessisRunnig.h
: iMX6ULL
: linux-imx-4.1.15-2.1.0-g3dc0a4b-v2.7
gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf
: V1.0 2023/7/15 kooloo
***************************************************************/
#ifndef __PROCESSISRUNNING_H
#define __PROCESSISRUNNING_H
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : System_KillProcess
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void System_KillProcess(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : SystemProcess_Iint
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void SystemProcess_Iint(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : SystemProcess_Exe
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void SystemProcess_Exe(const char * string);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : SystemInfo_PrintLog
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void SystemInfo_PrintLog(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : SystemIpc_Init
** : IPC
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void SystemIpc_Init(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : System_Exit
** : IPC 退 退
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void System_Exit(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : ProcessIsRunning_ServiceLoop
** :
** :
**   : 2023902
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
void ProcessIsRunning_ServiceLoop(void);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : getPidFromStr
** : pid
** :
**  : https://blog.csdn.net/dezhihuang/article/details/78769599
**   : 20220321
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
char* getPidFromStr(const char *str);
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
** : isRunning
** :
** :
**  : https://blog.csdn.net/dezhihuang/article/details/78769599
**   : 20220321
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
int isRunning(char * CommandStr);
#endif