libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
int getNumFD()
#define QI_API
Definition: api.hpp:33
dll import/export and compiler message