blob: 5895c2d31df304bdc6e6537af6ded5cb7d7ba4a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
log mandatory on default {
# instantaneous constant value
sample.load
sample.longlong
sample.float
sample.double
# instantaneous drifting value
sample.drift
# constant counter, singular value
sample.milliseconds
# constant counter and reset, with instance domain
sample.colour
# non-constant counter
sample.step_counter
# wrap a lot
sample.wrap.ulong
sample.wrap.longlong
# cannot deal with these
sample.string
sample.aggregate
}
|