Vuo  2.4.0
VuoPublishedPort.cc
Go to the documentation of this file.
1
10#include "VuoPublishedPort.hh"
11
16 : VuoPort(portClass)
17{
18 this->protocolPort = false;
19}
20
24void VuoPublishedPort::setProtocolPort(bool protocolPort)
25{
26 this->protocolPort = protocolPort;
27}
28
33{
34 return protocolPort;
35}