Guitarix
jsonrpc.h File Reference
#include "engine.h"
#include <bitset>
#include <giomm/init.h>
#include <giomm/socketservice.h>
#include "jsonrpc_methods.h"
Include dependency graph for jsonrpc.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ SRC_HEADERS_JSONRPC_H_

#define SRC_HEADERS_JSONRPC_H_

Definition at line 23 of file jsonrpc.h.

Function Documentation

◆ engine_state_to_string()

const char* engine_state_to_string ( gx_engine::GxEngineState  s)

Definition at line 31 of file jsonrpc.cpp.

◆ string_to_engine_state()

gx_engine::GxEngineState string_to_engine_state ( const std::string &  s)

Definition at line 41 of file jsonrpc.cpp.