Introduce support for a table of key/value pairs with further configuration options,

with the same userinterface as in the logging interface.

Not really tested, but tests still work.
This commit is contained in:
Bernhard Amann 2012-06-28 16:16:48 -07:00
parent 227159fd04
commit f820ee9f5c
19 changed files with 173 additions and 26 deletions

View file

@ -4,6 +4,8 @@ print A::description;
print A::tpe;
print A::i;
print A::b;
}, config={
}]
Input::EVENT_NEW
1
@ -14,6 +16,8 @@ print A::description;
print A::tpe;
print A::i;
print A::b;
}, config={
}]
Input::EVENT_NEW
2
@ -24,6 +28,8 @@ print A::description;
print A::tpe;
print A::i;
print A::b;
}, config={
}]
Input::EVENT_NEW
3
@ -34,6 +40,8 @@ print A::description;
print A::tpe;
print A::i;
print A::b;
}, config={
}]
Input::EVENT_NEW
4
@ -44,6 +52,8 @@ print A::description;
print A::tpe;
print A::i;
print A::b;
}, config={
}]
Input::EVENT_NEW
5
@ -54,6 +64,8 @@ print A::description;
print A::tpe;
print A::i;
print A::b;
}, config={
}]
Input::EVENT_NEW
6
@ -64,6 +76,8 @@ print A::description;
print A::tpe;
print A::i;
print A::b;
}, config={
}]
Input::EVENT_NEW
7