From 5943321aa126a333d697d52e95a98a7696d9aff9 Mon Sep 17 00:00:00 2001 From: Winfried Ritsch Date: Tue, 12 Apr 2005 09:37:16 +0000 Subject: initial svn path=/trunk/externals/iem/comport/; revision=2730 --- bird/bird.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'bird/bird.c') diff --git a/bird/bird.c b/bird/bird.c index 5f3df3c..342cced 100644 --- a/bird/bird.c +++ b/bird/bird.c @@ -1,16 +1,21 @@ -/*********************************************************************** -************************************************************************ -bird.c - controls and parses one flock of bird out of a comport - -Author: W. Ritsch 16.01.97 -Desc.: put the object in a correct parse state and send commands +/* -first input: where data from bird is thrown in (eg.from comport) -first output: a list of data which size is dependen on the parse mode -second output: to control the bird eg connect to a comport in + bird.c - PD externals, that controls and parses one flock of bird out of a comport + + Date: 16.01.97 + Author: Winfried Ritsch (see LICENCE.txt) + + Institute for Electronic Music - Graz + + Desc.: put the object in a correct parse state and send commands + + first input: where data from bird is thrown in (eg.from comport) + first output: a list of data which size is dependen on the parse mode + second output: to control the bird eg connect to a comport in */ + #ifdef NT #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) -- cgit v1.2.1