Variables | |
static RPC_LIST | rpc_list_library [] |
static RPC_LIST | rpc_list_system [] |
RPC_LIST* rpc_get_internal_list | ( | INT | flag | ) |
Definition at line 1215 of file mrpc.c.
Referenced by cm_connect_experiment1(), rpc_register_client(), and rpc_register_functions().
RPC_LIST rpc_list_library[] [static] |
rpc_list_library contains all MIDAS library functions and gets registerd whenever a connection to the MIDAS server is established
Definition at line 44 of file mrpc.c.
Referenced by rpc_get_internal_list().
RPC_LIST rpc_list_system[] [static] |
Initial value:
{ {RPC_ID_WATCHDOG, "id_watchdog", {{0}}}, {RPC_ID_SHUTDOWN, "id_shutdown", {{0}}}, {RPC_ID_EXIT, "id_exit", {{0}}}, {0} }