Changeset 3645 in Sophya for trunk/AddOn/TAcq/pciewrap.h


Ignore:
Timestamp:
Jun 1, 2009, 10:24:41 PM (16 years ago)
Author:
ansari
Message:

Traitement 4 canaux ds brproc.cc, mcrd.cc , mais il reste des problemes - Reza 01/06/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/pciewrap.h

    r3643 r3645  
    66#include "brpaqu.h"
    77#include <string>
     8#include "randr48.h"  // Generateur aleatoire SOPHYA pour simulation perte de paquets
    89
    910/*
     
    4546class TestPCIWrapperNODMA : public PCIEWrapperInterface {
    4647public:
    47   TestPCIWrapperNODMA(UInt32 sz);
     48  TestPCIWrapperNODMA(UInt32 sz, double lossrate=0.);
    4849  virtual ~TestPCIWrapperNODMA();
    4950
     
    6061  UInt64 timetag_;     
    6162  UInt64 tottransfer_;
     63  double lossrate_;
    6264  BRPaqChecker pchk_;
     65//  FMTRandGen rg_;
     66  ThSDR48RandGen rg_;
    6367};
    6468
Note: See TracChangeset for help on using the changeset viewer.