Guitarix
|
#include "engine.h"
#include <bitset>
#include <giomm/init.h>
#include <giomm/socketservice.h>
#include <ext/stdio_filebuf.h>
#include "jsonrpc_methods.h"
Go to the source code of this file.
Classes | |
class | JsonValue |
class | JsonArray |
class | CmdConnection |
struct | CmdConnection::methodnames |
class | GxService |
Macros | |
#define | SRC_HEADERS_JSONRPC_H_ |
Functions | |
const char * | engine_state_to_string (gx_engine::GxEngineState s) |
gx_engine::GxEngineState | string_to_engine_state (const std::string &s) |
const char* engine_state_to_string | ( | gx_engine::GxEngineState | s | ) |
Definition at line 29 of file jsonrpc.cpp.
Referenced by GxService::get_maxlevel(), GxService::send_rack_changed(), and gx_engine::GxMachineRemote::set_state().
gx_engine::GxEngineState string_to_engine_state | ( | const std::string & | s | ) |
Definition at line 39 of file jsonrpc.cpp.
Referenced by gx_engine::debug_trace_param(), GxService::get_maxlevel(), and gx_engine::GxMachineRemote::get_state().