Mercurial > hg > beaglert
comparison include/OSCClient.h @ 301:e4392164b458 prerelease
RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 27 May 2016 14:34:41 +0100 |
parents | de37582ce6f3 |
children |
comparison
equal
deleted
inserted
replaced
300:dbeed520b014 | 301:e4392164b458 |
---|---|
1 /***** OSCClient.h *****/ | 1 /***** OSCClient.h *****/ |
2 #ifndef __OSCClient_H_INCLUDED__ | 2 #ifndef __OSCClient_H_INCLUDED__ |
3 #define __OSCClient_H_INCLUDED__ | 3 #define __OSCClient_H_INCLUDED__ |
4 | 4 |
5 #include <UdpClient.h> | 5 #include <UdpClient.h> |
6 #include <BeagleRT.h> | 6 #include <Bela.h> |
7 #include <oscpkt.hh> | 7 #include <oscpkt.hh> |
8 #include <queue> | 8 #include <queue> |
9 | 9 |
10 class OSCMessageFactory{ | 10 class OSCMessageFactory{ |
11 public: | 11 public: |