vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
VVOSC.h
1 
2 
3 #import "OSCConstants.h"
4 
5 #import "OSCValue.h"
6 #import "OSCMessage.h"
7 #import "OSCBundle.h"
8 #import "OSCPacket.h"
9 
10 #import "OSCOutPort.h"
11 #import "OSCInPort.h"
12 
13 #import "OSCManager.h"
14 #import "OSCZeroConfManager.h"
15 
16 #import "OSCNode.h"
17 #import "OSCAddressSpace.h"
18 #import "OSCQueryReply.h"
19 
20 #import "OSCStringAdditions.h"
21 
22 
23 
24 
26 
31 - (void) receivedOSCMessage:(OSCMessage *)m;
32 @end
33 
34 
35 
36 
37 /*
38  the following stuff is for doxygen
39 */
40 
41 
Corresponds to an OSC message: contains zero or more values, and the address path the values have to ...
Definition: OSCMessage.h:18
Most common means of passing OSC data to your application. Delegates of OSCManager and OSCInPort shou...
Definition: VVOSC.h:29
Constants and Macros used by one or more of the OSC classes in this framework.