From bc6e46cce9e2f6e4555a2c6cff1521a522156c6d Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 13 Jul 2009 16:56:36 +0200 Subject: *tools/trace: * Added the possibility to add a callback file containing the function to decode traces. See the example/trace.trc to use it, the file containing the callback must be provided using the -c option in the interpretor. --- tools/trace/example/trace.trc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/trace/example/trace.trc') diff --git a/tools/trace/example/trace.trc b/tools/trace/example/trace.trc index 58b9e19a..cb9e9bdb 100644 --- a/tools/trace/example/trace.trc +++ b/tools/trace/example/trace.trc @@ -1,3 +1,3 @@ EVENT asserv__right_motor speed 4 position 4 acceleration 2 "Right motor speed : %d, position : %d, acceleration : %d" EVENT asserv__left_motor speed 4 position 4 acceleration 2 "Left motor speed : %d, position : %d, acceleration : %d" -EVENT ia__ia_cmd arg1 2 arg2 2 arg3 4 "IA cmd, arg1 : %d, arg2 : %d, arg3 : %d" +EVENT ia__ia_cmd arg1 2 arg2 2 arg3 4 [ia] -- cgit v1.2.3