Main Page   Compound List   File List   Compound Members   File Members  

osc.h File Reference

#include "global.h"
#include <progmem.h>

Go to the source code of this file.

Defines

#define oscSendMessageOneArg   oscSendMessageInt

Functions

void oscInit (void)
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)


Define Documentation

#define oscSendMessageOneArg   oscSendMessageInt
 

Definition at line 15 of file osc.h.


Function Documentation

void oscInit ( void )
 

Definition at line 23 of file osc.c.

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.

Referenced by debug().


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