21 #ifndef PLUGINS_OPENPIXELCONTROL_OPCDEVICE_H_
22 #define PLUGINS_OPENPIXELCONTROL_OPCDEVICE_H_
27 #include "ola/network/Socket.h"
28 #include "olad/Device.h"
29 #include "plugins/openpixelcontrol/OPCClient.h"
30 #include "plugins/openpixelcontrol/OPCServer.h"
37 namespace openpixelcontrol {
55 bool AllowMultiPortPatching()
const {
return true; }
64 std::auto_ptr<class OPCServer> m_server;
85 bool AllowMultiPortPatching()
const {
return true; }
94 std::auto_ptr<class OPCClient> m_client;
101 #endif // PLUGINS_OPENPIXELCONTROL_OPCDEVICE_H_