Where can one view description of BOINC API functions?
I looked BOINC UnOfficial WiKi and Trac for boinc_parse_init_data_file() 
call, but found only some mentions of this function, not description of 
function itself.
WiKi and Trac search engines not enough to get API function description?
What way should used then ?

For example what I got from Trac:

Search results
  CompoundApps: = Compound applications = [[T(Info|Deprecated|Compound 
applications are ...
  ... break boinc_parse_init_data_file() // reads CPU time from app_init.xml 
file boinc_finish() }}} where x and y are the appropriate fraction done 
range limits. Typical worker program logic is: {{{ BOINC_OPTIONS options; 
options.main_ ...
  By Nicolas - 04/15/10 18:41:28
  [20199]: - API: fix crashing bug. There was a leftover memset(aid, 0) in 
...
  ... There was a leftover memset(aid, 0) in boinc_parse_init_data_file() - 
client sim: make it work again
  By davea - 01/19/10 10:43:17
  GraphicsApi: = Application graphics = A BOINC application may produce 
graphics ...
  ... It must be called AFTER boinc_parse_init_data_file(). The contents of 
the shared memory segment are up to you. You may want to include the 
following items: {{{ struct UC_SHMEM { double update_time; double 
fraction_done; double cpu_time; B ...
  By davea - 01/01/10 09:33:57
  GraphicsApiOld: = The old BOINC graphics API = [[T(Replaced|[!GraphicsApi 
the BOINC 6 ...
  ... It can call {{{ boinc_parse_init_data_file(); 
boinc_get_init_data(APP_INIT_DATA&); }}} to get the new preferences. The 
application must supply the following input-handling functions: {{{ void 
boinc_app_mouse_move( int x, int y, // ne ...
  By davea - 11/07/07 11:45:18
  [13495]: boinc_graphics_get_shmem() must be called after ...
  boinc_graphics_get_shmem() must be called after 
boinc_parse_init_data_file()
  By charlief - 08/29/07 07:58:22




_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to