mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
15 lines
No EOL
541 B
C
15 lines
No EOL
541 B
C
/** Linux specific real-time optimizations
|
|
*
|
|
* @file
|
|
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
|
* @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC
|
|
* This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential.
|
|
* Unauthorized copying of this file, via any medium is strictly prohibited.
|
|
*********************************************************************************/
|
|
|
|
#ifndef _RT_H_
|
|
#define _RT_H_
|
|
|
|
int rt_init(int affinity, int priority);
|
|
|
|
#endif /* _RT_H_ */ |