RTI Connext DDS Micro C++ API
Version 3.0.3
|
process related utility More...
#include "osapi/osapi_dll.h"
#include "osapi/osapi_types.h"
Functions | |
RTI_BOOL | OSAPI_Process_is_alive (OSAPI_ProcessId pid) |
Returns true if a process is alive. | |
OSAPI_ProcessId | OSAPI_Process_getpid (void) |
Return the process ID, which is unique for the application. |
process related utility
RTI_BOOL OSAPI_Process_is_alive | ( | OSAPI_ProcessId | pid | ) |
Returns true if a process is alive.
When passed in PID 0, the function will always return RTI_TRUE
OSAPI_ProcessId OSAPI_Process_getpid | ( | void | ) |
Return the process ID, which is unique for the application.
Return the process ID.