comparison vamp-client/ProcessQtTransport.h @ 97:427c4c725085

Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 13 Oct 2016 18:05:35 +0100
parents a660dca988f8
children bbb99f94e225
comparison
equal deleted inserted replaced
96:215c9fb6b7a4 97:427c4c725085
7 #include <QProcess> 7 #include <QProcess>
8 #include <QString> 8 #include <QString>
9 9
10 #include <iostream> 10 #include <iostream>
11 11
12 namespace piper { 12 namespace piper_vamp {
13 namespace vampclient { 13 namespace client {
14 14
15 class ProcessQtTransport : public SynchronousTransport 15 class ProcessQtTransport : public SynchronousTransport
16 { 16 {
17 public: 17 public:
18 ProcessQtTransport(QString processName) : 18 ProcessQtTransport(QString processName) :