Guitarix
|
#include "engine.h"
#include <bitset>
#include <queue>
#include <giomm/init.h>
#include <giomm/socketservice.h>
#include "jsonrpc_methods.h"
Go to the source code of this file.
Classes | |
class | JsonValue |
class | JsonArray |
class | CmdConnection |
struct | CmdConnection::methodnames |
struct | broadcast_data |
class | GxService |
struct | GxService::ChangedPlugin |
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 | ) |
gx_engine::GxEngineState string_to_engine_state | ( | const std::string & | s | ) |