File: RTPSProfilingCommon.h

package info (click to toggle)
fastdds 3.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,540 kB
  • sloc: cpp: 793,735; xml: 15,283; python: 5,902; sh: 219; makefile: 95; ansic: 12
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _EPROSIMA_FASTDDS_PROFILING_COMMON_
#define _EPROSIMA_FASTDDS_PROFILING_COMMON_


#if defined(_WIN32)
#define GET_PID _getpid
#else
#define GET_PID getpid
#endif // if defined(_WIN32)

#endif //_EPROSIMA_FASTDDS_PROFILING_COMMON_