/** Linux specific real-time optimizations * * @file * @author Steffen Vogel * @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_ */