Main Page   Compound List   File List   Compound Members   File Members  

osc.c File Reference

#include <progmem.h>
#include <stdarg.h>
#include "OSC-client.h"
#include "osc.h"
#include "debug.h"
#include "uart.h"

Go to the source code of this file.

Defines

#define OSC_BUFFER_LEN   40

Functions

void _oscSendPacket ()
void oscInit ()
void oscSendMessage (const char PROGMEM *address)
void oscSendMessageInt (const char PROGMEM *address, s32 arg)
void oscSendMessageIntInt (const char PROGMEM *address, s32 arg, s32 arg2)
void oscSendMessageString (const char PROGMEM *address, const char PROGMEM *arg)

Variables

u08 oscDataBuffer [OSC_BUFFER_LEN]
OSCbuf oscbuf


Define Documentation

#define OSC_BUFFER_LEN   40
 

Definition at line 16 of file osc.c.


Function Documentation

void _oscSendPacket ( )
 

Definition at line 63 of file osc.c.

Referenced by oscSendMessage(), oscSendMessageInt(), oscSendMessageIntInt(), and oscSendMessageString().

void oscInit ( void )
 

Definition at line 23 of file osc.c.

Referenced by debugInitOSC().

void oscSendMessage ( const char PROGMEM * address )
 

Definition at line 31 of file osc.c.

void oscSendMessageInt ( const char PROGMEM * address,
s32 arg )
 

Definition at line 37 of file osc.c.

void oscSendMessageIntInt ( const char PROGMEM * address,
s32 arg,
s32 arg2 )
 

Definition at line 45 of file osc.c.

void oscSendMessageString ( const char PROGMEM * address,
const char PROGMEM * arg )
 

Definition at line 54 of file osc.c.


Variable Documentation

u08 oscDataBuffer
 

Definition at line 20 of file osc.c.

OSCbuf oscbuf
 

Definition at line 21 of file osc.c.


Generated at Mon Oct 14 00:10:52 2002 for avrlib by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001