modded version CNMAT/OSC https://github.com/CNMAT/OSC

Dependents:   CVtoOSCConverter

Fork of osc-cnmat by Asperius van Hansen

Revision:
2:61caa2495215
Parent:
1:18009e3041ea
Child:
4:107c23eb31b6
--- a/OSCMessage.h	Fri May 16 22:10:49 2014 +0000
+++ b/OSCMessage.h	Fri May 16 22:41:39 2014 +0000
@@ -27,9 +27,10 @@
 #define OSCMESSAGE_h
 
 #include "OSCData.h"
+#include "Stream.h"
 //#include <Print.h>
 
-
+using namespace mbed;
 class OSCMessage
 {
     
@@ -311,7 +312,7 @@
  =============================================================================*/
     
     //send the message
-//    void send(Print &p);
+   // void send(Stream &p);
     
     //fill the message from a byte stream
     void fill(uint8_t);