From a2f3e6eceb49a5117992c595acc6e914ae1d7a4b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 27 May 2008 11:25:12 +0000 Subject: first sketch of output message with variable atom types svn path=/trunk/externals/io/hidio/; revision=9924 --- hidio_linux.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'hidio_linux.c') diff --git a/hidio_linux.c b/hidio_linux.c index 72e57f4..89fef49 100644 --- a/hidio_linux.c +++ b/hidio_linux.c @@ -437,6 +437,30 @@ void hidio_print(t_hidio* x) hidio_print_element_list(x); } +void hidio_write_packet(void) +{ + debug_post(LOG_DEBUG,"hidio_write_packet"); +} + + +void hidio_write_event_symbol_int(t_hidio *x, t_symbol *type, t_int code, + t_int instance, t_int value) +{ + debug_post(LOG_DEBUG,"hidio_write_event_symbol_int"); +} + +void hidio_write_event_symbols(t_hidio *x, t_symbol *type, t_symbol *code, + t_int instance, t_int value) +{ + debug_post(LOG_DEBUG,"hidio_write_event_symbols"); +} + +void hidio_write_event_ints(t_hidio *x, t_int type, t_int code, + t_int instance, t_int value) +{ + debug_post(LOG_DEBUG,"hidio_write_event_ints"); +} + t_int hidio_open_device(t_hidio *x, short device_number) { -- cgit v1.2.1