Mercurial > hg > beaglert
comparison include/NetworkSend.h @ 132:e24c531220ee scope-refactoring
Added some sort of synchronization, not working great though
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 27 Aug 2015 01:42:04 +0100 |
parents | ff28e56e5b7e |
children |
comparison
equal
deleted
inserted
replaced
131:ff28e56e5b7e | 132:e24c531220ee |
---|---|
74 void log(float value); | 74 void log(float value); |
75 void setPort(int aPort); | 75 void setPort(int aPort); |
76 void setServer(const char* aServer); | 76 void setServer(const char* aServer); |
77 void setChannelNumber(int aChannelNumber); | 77 void setChannelNumber(int aChannelNumber); |
78 int getChannelNumber(); | 78 int getChannelNumber(); |
79 int getTimestamp(); | |
79 #ifdef USE_JUCE | 80 #ifdef USE_JUCE |
80 void run(); | 81 void run(); |
81 #else | 82 #else |
82 static int getNumInstances(); | 83 static int getNumInstances(); |
83 static void sendAllData(); | 84 static void sendAllData(); |