Changeset 4016 in Sophya for trunk/AddOn/TAcq/racqueth.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/racqueth.cc

    r3923 r4016  
    2525// Classe thread de lecture PCI-Express et recopie sur interface reseau (Ethernet)
    2626//----------------------------------------------------------------------------------------------------------
     27
     28/*!
     29   \class PCIEToEthernet
     30   \ingroup TAcq
     31
     32   \brief Performs data reception (DMA) on PCI-Express and sends data over ethernet (TCP/IP network interface)
     33
     34   This class handles ethernet/network connections, reads data formatted as BRPaquet objects through PCI-Express DMA's
     35   and sends the received data to EthernetReader over network/ethernet, \b without ging through the memory manager
     36   RAcqMemZoneMgr object.
     37*/
    2738
    2839// Si on veut avoir le protocole de controle (Hand-shake) entre l'emetteur et le recepteur,
     
    435446// Classe thread de lecture sur interface reseau (Ethernet)
    436447//------------------------------------------------------------------
     448/*!
     449   \class EthernetReader
     450   \ingroup TAcq
     451
     452   \brief Performs data reception (BRPaquet format) over ethernet (TCP/IP network interface)
     453
     454   This class  ethernet/network connections, and reads data formatted as BRPaquet objects send by PCIEToEthernet objects.
     455   Data is transferred to an RAcqMemZoneMgr object memory buffers. A single EthernetReader can handle multiple
     456   connections (data reception from several PCIEToEthernet senders) and can optionnaly synchronize data using the
     457   FrameCounter.
     458*/
    437459
    438460/* --Methode-- */
Note: See TracChangeset for help on using the changeset viewer.