Vuo  2.3.1
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  explicit VuoCompilerTriggerPortClass(string name);
26  VuoCompilerPort * newPort(void);
28  FunctionType * getFunctionType(Module *module);
29  VuoType * getDataVuoType(void);
30  void setDataVuoType(VuoType *type);
31 };