Aldebaran documentation
|
C++ Libraries
|
index
libqi-api
2.8.7.4
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
qi
perf
measure.hpp
Go to the documentation of this file.
1
/*
2
** Author(s):
3
** - Nicolas Cornu <ncornu@aldebaran-robotics.com>
4
**
5
** Copyright (C) 2013 Aldebaran Robotics
6
*/
7
8
#pragma once
9
#ifndef _QI_PERF_UTILS_HPP_
10
#define _QI_PERF_UTILS_HPP_
11
12
#include <
qi/api.hpp
>
13
14
namespace
qi
15
{
16
namespace
measure
17
{
18
// Get the number of fd currently open. Works only for linux.
19
QI_API
int
getNumFD
();
20
}
21
}
22
23
#endif
qi::measure::getNumFD
int getNumFD()
QI_API
#define QI_API
Definition:
api.hpp:33
api.hpp
dll import/export and compiler message
Copyright Aldebaran Robotics