Vuo  2.0.0
VuoCompilerTriggerPortClass.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCompilerPortClass.hh"
13 
20 {
21 private:
22  VuoType *vuoType;
23 
24 public:
25  VuoCompilerTriggerPortClass(string name, PointerType *type);
26  VuoCompilerPort * newPort(void);
28  FunctionType * getFunctionType(void);
29  VuoType * getDataVuoType(void);
31 };