diff vamp-client/PluginClient.h @ 210:df65480a08de

Merge branch 'master' into dev/rename-pluginstub
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 09 Feb 2017 14:22:31 +0000
parents c67a0a945b6b ad6025dc0b04
children 16842bf06026
line wrap: on
line diff
--- a/vamp-client/PluginClient.h	Thu Feb 09 13:31:46 2017 +0000
+++ b/vamp-client/PluginClient.h	Thu Feb 09 14:22:31 2017 +0000
@@ -43,6 +43,12 @@
 
 class PiperVampPlugin;
 
+/**
+ * Interface for a client that accepts Vamp-like structures (Plugin
+ * and the classes in vamp-support) and communicates with a Piper
+ * server, using some serialisation and transport defined by the
+ * specific implementation.
+ */
 class PluginClient
 {
 public:
@@ -63,7 +69,8 @@
 
     virtual
     void
-    reset(PiperVampPlugin *plugin, PluginConfiguration config) = 0;
+    reset(PiperVampPlugin *plugin,
+          PluginConfiguration config) = 0;
 };
 
 }