#include <zmq.hpp>#include <json/json.h>#include <string>#include <list>#include <thread>#include <exception>Go to the source code of this file.
Data Structures | |
| class | RocNotImplementedError |
| class | RocIsCallable |
| class | RocServer |
Macros | |
| #define | ROC_JSON_PARSE_ERROR (-32700) |
| #define | ROC_JSON_INVALID_REQUEST (-32600) |
| #define | ROC_JSON_METHOD_NOT_FOUND (-32601) |
| #define | ROC_JSON_INVALID_PARAMS (-32602) |
| #define | ROC_JSON_INTERNAL_ERROR (-32603) |
| #define ROC_JSON_INTERNAL_ERROR (-32603) |
Definition at line 16 of file RocServer.h.
| #define ROC_JSON_INVALID_PARAMS (-32602) |
Definition at line 15 of file RocServer.h.
| #define ROC_JSON_INVALID_REQUEST (-32600) |
Definition at line 13 of file RocServer.h.
| #define ROC_JSON_METHOD_NOT_FOUND (-32601) |
Definition at line 14 of file RocServer.h.
| #define ROC_JSON_PARSE_ERROR (-32700) |
Definition at line 12 of file RocServer.h.
1.8.8