Analysis Software
Documentation for sPHENIX simulation software
|
#include <rcdaq/blob/master/mongoose.h>
Public Attributes | |
struct json_token * | message |
struct json_token * | id |
struct json_token * | method |
struct json_token * | params |
Definition at line 2746 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2746 of file mongoose.h
struct json_token* mg_rpc_request::id |
Definition at line 2748 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2748 of file mongoose.h
Referenced by mg_rpc_create_error(), mg_rpc_create_reply(), and mg_rpc_dispatch().
struct json_token* mg_rpc_request::message |
Definition at line 2747 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2747 of file mongoose.h
Referenced by mg_rpc_dispatch().
struct json_token* mg_rpc_request::method |
Definition at line 2749 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2749 of file mongoose.h
Referenced by mg_rpc_dispatch().
struct json_token* mg_rpc_request::params |
Definition at line 2750 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2750 of file mongoose.h
Referenced by mg_rpc_dispatch().