Vuo  2.0.0
VuoCompilerInputEventPort.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCompilerEventPort.hh"
13 #include "VuoCompilerInputData.hh"
14 
15 class VuoPort;
16 
21 {
22 public:
23  static VuoCompilerInputEventPort * newPort(string name, VuoType *type);
26 };