changeset 1:16c621d40b68

DOC: corrected documentation of osc_add_handler_x.
author samer
date Tue, 31 Jan 2012 10:34:46 +0000
parents bbd2b1abfb32
children 6c1ba6bf9f96
files prolog/plosc.pl
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/prolog/plosc.pl	Wed Jan 11 15:30:21 2012 +0000
+++ b/prolog/plosc.pl	Tue Jan 31 10:34:46 2012 +0000
@@ -146,9 +146,10 @@
 %               Alternatively, Types can be the atom 'any', which will match any
 %               arguments.
 %
-%  @param Goal  is any term which can be called with call/3 with two further
-%               arguments, which will be the message Path and the argument list, eg
-%               call( Goal, '/foo', [int(45),string(bar)]).
+%  @param Goal  is any term which can be called with call/3 with four further
+%               arguments, which will be the address of the sender, the timestamp of the 
+%               message, message path and the argument list, eg
+%               call( Goal, SomeOSCAddress, Time, '/foo', [int(45),string(bar)]).
 
 osc_add_handler_x(Ref,Path,Types,Goal) :- osc_add_method_x(Ref,Path,Types,Goal).