comparison VMS.h @ 137:99343ffe1918

The shutdown now uses inter master requests
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 19 Sep 2011 14:15:37 +0200
parents 0b49fd35afc1
children 99798e4438a6 000f8bcdc4c2
comparison
equal deleted inserted replaced
60:79123c59d511 61:358101a88ab4
47 #define DEBUG1( bool, msg, param) \ 47 #define DEBUG1( bool, msg, param) \
48 // if(bool){printf(msg, param); fflush(stdin);} 48 // if(bool){printf(msg, param); fflush(stdin);}
49 #define DEBUG2( bool, msg, p1, p2) \ 49 #define DEBUG2( bool, msg, p1, p2) \
50 // if(bool) {printf(msg, p1, p2); fflush(stdin);} 50 // if(bool) {printf(msg, p1, p2); fflush(stdin);}
51 51
52 #define ERROR(msg) printf(msg); 52 #define ERROR(msg) printf(msg)
53 #define ERROR1(msg, param) printf(msg, param); 53 #define ERROR1(msg, param) printf(msg, param);
54 #define ERROR2(msg, p1, p2) printf(msg, p1, p2); 54 #define ERROR2(msg, p1, p2) printf(msg, p1, p2)
55 55
56 //=========================== STATS ======================= 56 //=========================== STATS =======================
57 57
58 //when MEAS__TIME_STAMP_SUSP is defined, causes code to be inserted and 58 //when MEAS__TIME_STAMP_SUSP is defined, causes code to be inserted and
59 // compiled-in that saves the low part of the time stamp count just before 59 // compiled-in that saves the low part of the time stamp count just before