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:
- 12:f2c792ac1aca
- Parent:
- 10:936c3afce828
- Child:
- 13:c2fe6b720f94
--- a/OSCMessage.cpp Tue Dec 04 20:01:40 2018 +0100 +++ b/OSCMessage.cpp Sat Dec 08 02:16:38 2018 +0100 @@ -5,9 +5,8 @@ #include "mbed.h" #include "stdarg.h" -#include <OSCMessage.h> #include "OSCMessage.h" -// #include "OSCMatch.h" // TODO: implement matching +#include "OSCMatch.h" // TODO: implement matching // #include "OSCTiming.h" // TODO: implement timing // extern osctime_t zerotime; @@ -319,7 +318,7 @@ /*============================================================================= PATTERN MATCHING =============================================================================*/ -/* + int OSCMessage::match(const char * pattern, int addr_offset){ int pattern_offset; int address_offset; @@ -359,7 +358,7 @@ return false; } } -*/ + /*============================================================================= ADDRESS =============================================================================*/