comparison vamp-support/RequestResponseType.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 81e1c48e97f9
children
comparison
equal deleted inserted replaced
96:215c9fb6b7a4 97:427c4c725085
33 */ 33 */
34 34
35 #ifndef PIPER_REQUEST_RESPONSE_TYPE_H 35 #ifndef PIPER_REQUEST_RESPONSE_TYPE_H
36 #define PIPER_REQUEST_RESPONSE_TYPE_H 36 #define PIPER_REQUEST_RESPONSE_TYPE_H
37 37
38 namespace piper { 38 namespace piper_vamp {
39 39
40 enum class RRType { 40 enum class RRType {
41 List, Load, Configure, Process, Finish, NotValid 41 List, Load, Configure, Process, Finish, NotValid
42 }; 42 };
43 43