Vuo  2.3.2
VuoCompilerOutputEventPort.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCompilerEventPort.hh"
13 #include "VuoCompilerOutputData.hh"
14 
15 class VuoPort;
16 
23 {
24 public:
25  static VuoCompilerOutputEventPort * newPort(string name, VuoType *type);
28 };