Vuo  2.3.2
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 
35  : VuoCompilerEventPort(basePort)
36 {
37 }
38 
43 {
44  return (VuoCompilerOutputData *)data;
45 }