Changes between Version 33 and Version 34 of GuiRpc
- Timestamp:
- Feb 12, 2013, 11:51:16 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v33 v34 9 9 10 10 BOINC provides a C++ interface to these RPCs, consisting of the GUI_RPC class. 11 The interface is in [source: trunk/boinc/lib/gui_rpc_client.h lib/gui_rpc_client.h],12 and the program [source: trunk/boinc/client/boinc_cmd.cpp boinc_cmd.cpp] gives a usage example.11 The interface is in [source:boinc/lib/gui_rpc_client.h lib/gui_rpc_client.h], 12 and the program [source:boinc/client/boinc_cmd.cpp boinc_cmd.cpp] gives a usage example. 13 13 All member functions return an integer error code. 14 14 It should be fairly easy to generate client interfaces in languages other than C++. … … 151 151 152 152 `get_screensaver_mode(int& status)`:: 153 Return screensaver mode (values are listed in [source: trunk/boinc/lib/common_defs.h common_defs.h]).153 Return screensaver mode (values are listed in [source:boinc/lib/common_defs.h common_defs.h]). 154 154 155 155 `get_simple_gui_info(SIMPLE_GUI_INFO&)`::