Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCompilerOutputEventPort.cc
Go to the documentation of this file.
1
13
18{
20
21 if (type)
22 {
24 dataClass->setVuoType(type);
25 portClass->setDataClass(dataClass);
26 }
27
28 return static_cast<VuoCompilerOutputEventPort *>( portClass->newPort() );
29}
30
38