dol: initial dol commit
[jump.git] / dol / src / dol / visitor / systemC / lib / dol_rp_ids.h
1 /**************************************************************************\r
2         dol_rp_ids.h\r
3  \r
4         Report IDs\r
5 \r
6         (c) 2006 by Alexander Maxiaguine <maxiagui@tik.ee.ethz.ch>\r
7 \r
8         Computer Engineering and Networks Laboratory, TIK\r
9         Swiss Federal Institute of Technology, ETHZ Zurich \r
10         Switzerland\r
11 \r
12 **************************************************************************/\r
13 \r
14 /**************************************************************************\r
15         Change Log:\r
16 \r
17         14.03.06 -- creation\r
18 \r
19 **************************************************************************/\r
20 \r
21 #ifndef DOL_RP_IDS_H\r
22 #define DOL_RP_IDS_H\r
23 \r
24 //----------------- REPORT IDs --------------------------       \r
25 const int RP_ID_PARAMETER_PROBLEM       = 5000;\r
26 \r
27 \r
28 #endif\r