Changes between Version 19 and Version 20 of GuiRpc
- Timestamp:
- Feb 18, 2009, 7:59:11 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v19 v20 12 12 BOINC provides a C++ interface to these RPCs, consisting of the GUI_RPC class. 13 13 The interface is in [source:trunk/boinc/lib/gui_rpc_client.h lib/gui_rpc_client.h], 14 and the program [source:trunk/boinc/ lib/boinc_cmd.cpp boinc_cmd.cpp] gives a usage example.14 and the program [source:trunk/boinc/client/boinc_cmd.cpp boinc_cmd.cpp] gives a usage example. 15 15 All member functions return an integer error code. 16 16 It should be fairly easy to generate client interfaces in languages other than C++.