Changeset 3645 in Sophya for trunk/AddOn/TAcq/pciewrap.h
- Timestamp:
- Jun 1, 2009, 10:24:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/pciewrap.h
r3643 r3645 6 6 #include "brpaqu.h" 7 7 #include <string> 8 #include "randr48.h" // Generateur aleatoire SOPHYA pour simulation perte de paquets 8 9 9 10 /* … … 45 46 class TestPCIWrapperNODMA : public PCIEWrapperInterface { 46 47 public: 47 TestPCIWrapperNODMA(UInt32 sz );48 TestPCIWrapperNODMA(UInt32 sz, double lossrate=0.); 48 49 virtual ~TestPCIWrapperNODMA(); 49 50 … … 60 61 UInt64 timetag_; 61 62 UInt64 tottransfer_; 63 double lossrate_; 62 64 BRPaqChecker pchk_; 65 // FMTRandGen rg_; 66 ThSDR48RandGen rg_; 63 67 }; 64 68
Note:
See TracChangeset
for help on using the changeset viewer.