Changeset 4016 in Sophya for trunk/AddOn/TAcq/brbaseproc.cc


Ignore:
Timestamp:
Aug 12, 2011, 2:26:10 PM (14 years ago)
Author:
ansari
Message:

Ajout de commentaires d'autodocumentation Doxygen, Reza 12/08/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brbaseproc.cc

    r3993 r4016  
    1717// redefinissent la mathode Process() qui est appele paquet par paquet
    1818//---------------------------------------------------------------------
     19/*!
     20   \class BRBaseProcessor
     21   \ingroup TAcq
     22
     23   \brief Base class for BAORadio processing thread classes.
     24
     25   Thread classes for BAORadio data processing and analysis can inherit from
     26   this class and redefine/implement the Process() method which is called
     27   for each BRpaquet.
     28*/
    1929
    2030/* --Methode-- */
Note: See TracChangeset for help on using the changeset viewer.