API
Applications
Utilities
API
Handbook
GitHub
Home
config.hpp
Go to the documentation of this file.
1
/** \file config.hpp
2
* \brief Configuration defines for the MagAO-X library
3
* \author Jared R. Males (jaredmales@gmail.com)
4
*
5
* History:
6
* - 2018-01-20 created by JRM
7
*/
8
9
#ifndef common_config_hpp
10
#define common_config_hpp
11
12
/** \defgroup config_defines Configuration Defines
13
* \ingroup common
14
*
15
* @{
16
*/
17
18
19
#ifndef MAGAOX_RT_SCHED_POLICY
20
///The real-time scheduling policy
21
#define MAGAOX_RT_SCHED_POLICY (SCHED_FIFO)
22
#endif
23
24
///@}
25
26
#endif
//common_config_hpp
libMagAOX
common
config.hpp
Generated by
1.9.1