Go to the documentation of this file.
38 #ifndef __JACKTRIP_GLOBALS_H__
39 #define __JACKTRIP_GLOBALS_H__
73 const char*
const gPrintSeparator =
"---------------------------------------------------------";
98 #if defined ( __LINUX__ )
100 int get_fifo_priority (
bool half);
102 int set_fifo_priority (
bool half);
103 int set_realtime_priority (
void);
109 #if defined ( __MAC_OSX__ )
110 int set_realtime(
int period,
int computation,
int constraint);