Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: OSCMessage.cpp
- Revision:
- 13:c2fe6b720f94
- Parent:
- 12:f2c792ac1aca
- Child:
- 15:feef2588372f
- Child:
- 16:36d28d8e5491
--- a/OSCMessage.cpp Sat Dec 08 02:16:38 2018 +0100 +++ b/OSCMessage.cpp Mon Dec 10 16:48:00 2018 +0100 @@ -6,10 +6,10 @@ #include "mbed.h" #include "stdarg.h" #include "OSCMessage.h" -#include "OSCMatch.h" // TODO: implement matching -// #include "OSCTiming.h" // TODO: implement timing +#include "OSCMatch.h" +#include "OSCTiming.h" -// extern osctime_t zerotime; + extern osctime_t zerotime; /*============================================================================= CONSTRUCTORS / DESTRUCTOR =============================================================================*/ @@ -29,12 +29,12 @@ //variable length constructor //for example OSCMessage msg("/address", "isf", 1, "two", 3.0); -/* +/* TODO: make this work OSCMessage::OSCMessage(const char * _address, char * types, ... ){ setupMessage(_address); } - */ +*/ //sets up a new message void OSCMessage::setupMessage(){ address = NULL;