Vuo  2.0.0
VuoCompilerTriggerPortClass.cc
Go to the documentation of this file.
1 
12 #include "VuoPort.hh"
13 
14 
23  : VuoCompilerPortClass(name, VuoPortClass::triggerPort, type)
24 {
25  vuoType = NULL;
26 }
27 
32 {
33  return new VuoCompilerTriggerPort(new VuoPort(getBase()));
34 }
35 
40 {
41  return new VuoCompilerTriggerPort(port);
42 }
43 
48 {
49  return (FunctionType *)((PointerType *)type)->getElementType();
50 }
51 
56 {
57  return vuoType;
58 }
59 
67 {
68  this->vuoType = type;
69 }