Mercurial > hg > piper-cpp
comparison utilities/json-cli.cpp @ 55:38780f15ac8d
Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 19 Sep 2016 13:35:56 +0100 |
parents | 55d69b26d4db |
children | 815e94fedc1c |
comparison
equal
deleted
inserted
replaced
54:524a6d5ee813 | 55:38780f15ac8d |
---|---|
1 | |
2 //!!! This program was an early test -- it should still compile but | |
3 //!!! it's incomplete. Remove it and use the server program instead. | |
1 | 4 |
2 #include "VampJson.h" | 5 #include "VampJson.h" |
3 #include "bits/CountingPluginHandleMapper.h" | 6 #include "bits/CountingPluginHandleMapper.h" |
4 | 7 |
5 #include <iostream> | 8 #include <iostream> |
103 | 106 |
104 mapper.markConfigured(handle, 0, 0); //!!! | 107 mapper.markConfigured(handle, 0, 0); //!!! |
105 | 108 |
106 cerr << "Configured and initialised plugin " << handle << endl; | 109 cerr << "Configured and initialised plugin " << handle << endl; |
107 | 110 |
108 return VampJson::fromConfigurationResponse(response); | 111 return VampJson::fromConfigurationResponse(response, mapper); |
109 } | 112 } |
110 | 113 |
111 Json | 114 Json |
112 handle(string input) | 115 handle(string input) |
113 { | 116 { |