/** \page rfio_plugin RFIO plugin for DABC (libDabcRfio.so) \subpage rfio_plugin_doc \ingroup dabc_plugins */ /** \page rfio_plugin_doc Short description of RFIO plugin This should be description of RFIO plugin for DABC. Introduction ============ Plugin provides implementation of dabc::FileInterface class for RFIO - remote file I/O. Compilation ============ Together with DABC actual version of ADSM library is distrubuted. It is automatically compiled with all other plugins. One could use other version, setting ADSMDIR veriable during DABC compilation. ADSMDIR should contain necessary includes and librawapiclin64.a. make ADSMDIR=/home/user/adsmv80 To disable plugin compilation, norfio variable should be specified: make norfio=1 */