Vuo  2.0.0
VuoOsc.h
Go to the documentation of this file.
1 
10 #include "node.h"
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 #include "VuoOscMessage.h"
18 #include "VuoOscInputDevice.h"
19 #include "VuoOscOutputDevice.h"
20 #include "VuoList_VuoOscMessage.h"
23 
24 void VuoOsc_use(void);
25 void VuoOsc_disuse(void);
26 
29 
30 bool VuoOscInputDevice_realize (const VuoOscInputDevice device, VuoOscInputDevice *realizedDevice);
31 bool VuoOscOutputDevice_realize(const VuoOscOutputDevice device, VuoOscOutputDevice *realizedDevice);
32 
34 (
37 );
39 (
42 );
43 
44 
48 typedef void * VuoOscIn;
49 
52 (
53  VuoOscIn oi,
54  VuoOutputTrigger(receivedMessage, VuoOscMessage)
55 );
57 
58 
62 typedef void *VuoOscOut;
63 
66 
67 #ifdef __cplusplus
68 }
69 #endif