Vuo  2.3.2
VuoPublishedPort.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoPort.hh"
13 
19 class VuoPublishedPort : public VuoPort
20 {
21 public:
22  VuoPublishedPort(VuoPortClass *portClass);
23  void setProtocolPort(bool protocolPort);
24  bool isProtocolPort(void);
25 
26 private:
27  bool protocolPort;
28 };