A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Disable large platforms in ag_parameters.
[loba.git]
/
tracing.h
1
#ifndef TRACING_H
2
#define TRACING_H
3
4
#define TRACE_CAT_COMP "comp_task"
5
#define TRACE_CAT_CTRL "ctrl_mesg"
6
#define TRACE_CAT_DATA "data_mesg"
7
8
#define TRACE_COLOR_COMP "1 0 0" // red
9
#define TRACE_COLOR_CTRL "0 1 0" // green
10
#define TRACE_COLOR_DATA "0 0 1" // blue
11
12
#endif // !TRACING_H
13
14
// Local variables:
15
// mode: c++
16
// End: