RTI Connext Micro  Version 2.4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
osapi_process.h
Go to the documentation of this file.
1 /*
2  * FILE: osapi_process.h - Process interface definition
3  *
4  * (c) Copyright, Real-Time Innovations, 2012-2014
5  *
6  * All rights reserved.
7  *
8  * No duplications, whole or partial, manual or electronic, may be made
9  * without express written permission. Any such copies, or
10  * revisions thereof, must display this notice unaltered.
11  * This code contains trade secrets of Real-Time Innovations, Inc.
12  *
13  * Modification History
14  * --------------------
15  * 24mar2012,tk Written
16  */
17 /*ce
18  * \file
19  * \brief Process interface definition
20  */
21 #ifndef osapi_process_h
22 #define osapi_process_h
23 
24 #ifndef osapi_dll_h
25 #include "osapi/osapi_dll.h"
26 #endif
27 #ifndef osapi_types_h
28 #include "osapi/osapi_types.h"
29 #endif
30 
31 #ifdef __cplusplus
32 extern "C"
33 {
34 #endif
35 
36 /*e \file
37  \brief process related utility
38 */
39 
40 /*e \ingroup OSAPI_ProcessClass
41  * \brief Return the process ID, which is unique for the application.
42  *
43  * \details
44  * Return the process ID. Note that process ID's are restricted to 64bit
45  *
46  * \return Process id
47 */
48 OSAPIDllExport RTI_UINT32
50 
51 #ifdef __cplusplus
52 } /* extern "C" */
53 #endif
54 
55 
56 #endif /* osapi_process_h */

RTI Connext Micro Version 2.4.1.0 Copyright © Thu Nov 20 2014 Real-Time Innovations, Inc