Mercurial > hg > beaglert
comparison include/NetworkSend.h @ 233:18d03901f866 mergingClockSync
Turned gShouldStop into int
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 10 Apr 2016 03:20:52 +0200 |
parents | c42a6b4dc2d4 |
children | e4392164b458 |
comparison
equal
deleted
inserted
replaced
232:600355cf4ed5 | 233:18d03901f866 |
---|---|
9 #include <rtdk.h> | 9 #include <rtdk.h> |
10 #include <cmath> | 10 #include <cmath> |
11 #include <UdpClient.h> | 11 #include <UdpClient.h> |
12 #include <vector> | 12 #include <vector> |
13 #include <string> | 13 #include <string> |
14 extern bool gShouldStop; | 14 extern int gShouldStop; |
15 #endif /* USE_JUCE */ | 15 #endif /* USE_JUCE */ |
16 | 16 |
17 #define NETWORK_AUDIO_BUFFER_SIZE 302 | 17 #define NETWORK_AUDIO_BUFFER_SIZE 302 |
18 #define UDP_BUFFER_HEADER_CHANNEL_INDEX 0 | 18 #define UDP_BUFFER_HEADER_CHANNEL_INDEX 0 |
19 #define UDP_BUFFER_HEADER_TIMESTAMP_INDEX 1 | 19 #define UDP_BUFFER_HEADER_TIMESTAMP_INDEX 1 |