]> rtime.felk.cvut.cz Git - pes-rpp/rpp-simulink.git/blob - rpp/rpp/rpp_simulink_runtime.h
e23af47b2a9c89f876b4359288346300a20f789b
[pes-rpp/rpp-simulink.git] / rpp / rpp / rpp_simulink_runtime.h
1 /*
2  * Copyright (C) 2013-2014 Czech Technical University in Prague
3  *
4  * Authors:
5  *     - Karel Kočí
6  *
7  * This document contains proprietary information belonging to Czech
8  * Technical University in Prague. Passing on and copying of this
9  * document, and communication of its contents is not permitted
10  * without prior written authorization.
11  *
12  * File : rpp_simulink_runtime.h
13  * Abstract:
14  *     This file contain declaration of global runtime variables.
15  *
16  */
17
18 #ifndef _RPP_SIMULINK_RUNTIME_
19 #define _RPP_SIMULINK_RUNTIME_
20
21 // Overrun flag for overrun signaling.
22 extern boolean_t overrun_flag;
23
24 #endif