YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
PlatformSysStat.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
6
7
#ifndef YARP_OS_IMPL_PLATFORMSYSSTAT_H
8
#define YARP_OS_IMPL_PLATFORMSYSSTAT_H
9
10
#include <
yarp/conf/system.h
>
11
#ifdef YARP_HAS_ACE
12
# include <ace/OS_NS_sys_stat.h>
13
// In one the ACE headers there is a definition of "main" for WIN32
14
# ifdef main
15
# undef main
16
# endif
17
#else
18
# include <sys/stat.h>
19
#endif
20
21
namespace
yarp::os::impl
{
22
23
#if defined(YARP_HAS_ACE)
24
typedef
ACE_stat
YARP_stat
;
25
using
ACE_OS::mkdir;
26
using
ACE_OS::stat;
27
#else
28
typedef
struct ::stat
YARP_stat
;
29
using ::mkdir;
30
using ::stat;
31
#endif
32
33
}
// namespace yarp::os::impl
34
35
#endif
// YARP_OS_IMPL_PLATFORMSYSSTAT_H
yarp::os::impl
The components from which ports and connections are built.
yarp::os::impl::YARP_stat
struct ::stat YARP_stat
Definition
PlatformSysStat.h:28
system.h
YARP
3.11.100+20250401.4+gitb9213d601
src
libYARP_os
src
yarp
os
impl
PlatformSysStat.h
Generated on Sun Apr 20 2025 02:40:03 for YARP by
1.9.8