Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCompilerTriggerPortClass.cc
Go to the documentation of this file.
1
12#include "VuoCompilerType.hh"
13#include "VuoGenericType.hh"
14#include "VuoPort.hh"
16
23 : VuoCompilerPortClass(name, VuoPortClass::triggerPort)
24{
25 vuoType = NULL;
26}
27
35
43
49{
51}
52
57{
58 return vuoType;
59}
60
68{
69 this->vuoType = type;
70}