Vuo  2.0.0
VuoCompilerOutputEventPortClass.cc
Go to the documentation of this file.
1 
12 #include "VuoPort.hh"
13 
14 
19  VuoCompilerEventPortClass(name, type)
20 {
21 }
22 
28 {
29 }
30 
35 {
36  return new VuoCompilerOutputEventPort(new VuoPort(getBase()));
37 }
38 
43 {
44  return new VuoCompilerOutputEventPort(port);
45 }
46 
51 {
53 }