Mercurial > hg > piper-cpp
comparison bits/RequestOrResponse.h @ 32:2d97883d20df
Wire up a couple of server actions
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 24 May 2016 17:17:03 +0100 |
parents | b376ab0ce003 |
children | 38780f15ac8d |
comparison
equal
deleted
inserted
replaced
31:b376ab0ce003 | 32:2d97883d20df |
---|---|
33 */ | 33 */ |
34 | 34 |
35 #ifndef VAMPIPE_REQUEST_OR_RESPONSE_H | 35 #ifndef VAMPIPE_REQUEST_OR_RESPONSE_H |
36 #define VAMPIPE_REQUEST_OR_RESPONSE_H | 36 #define VAMPIPE_REQUEST_OR_RESPONSE_H |
37 | 37 |
38 #include "PreservingPluginHandleMapper.h" | |
39 #include "RequestResponseType.h" | 38 #include "RequestResponseType.h" |
40 | 39 |
41 #include <vamp-hostsdk/PluginStaticData.h> | 40 #include <vamp-hostsdk/PluginStaticData.h> |
42 #include <vamp-hostsdk/RequestResponse.h> | 41 #include <vamp-hostsdk/RequestResponse.h> |
43 | 42 |
62 Direction direction; | 61 Direction direction; |
63 RRType type; | 62 RRType type; |
64 bool success; | 63 bool success; |
65 std::string errorText; | 64 std::string errorText; |
66 | 65 |
67 PreservingPluginHandleMapper mapper; | |
68 | |
69 std::vector<Vamp::HostExt::PluginStaticData> listResponse; | 66 std::vector<Vamp::HostExt::PluginStaticData> listResponse; |
70 Vamp::HostExt::LoadRequest loadRequest; | 67 Vamp::HostExt::LoadRequest loadRequest; |
71 Vamp::HostExt::LoadResponse loadResponse; | 68 Vamp::HostExt::LoadResponse loadResponse; |
72 Vamp::HostExt::ConfigurationRequest configurationRequest; | 69 Vamp::HostExt::ConfigurationRequest configurationRequest; |
73 Vamp::HostExt::ConfigurationResponse configurationResponse; | 70 Vamp::HostExt::ConfigurationResponse configurationResponse; |