Changeset 3761 in Sophya for trunk/AddOn
- Timestamp:
- May 1, 2010, 12:18:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/mfacq.cc
r3760 r3761 293 293 for (int i=0 ;i<bpar.NFibers();i++) vec_pciw.push_back( pciwp[i]); 294 294 cout <<"mfacq[2] Creating PCIEToEthernet thread object " << endl; 295 PCIEToEthernet pci2eth(vec_pciw, bpar.GetParams().GetEthTargets(), bpar.GetParams() );295 PCIEToEthernet pci2eth(vec_pciw, bpar.GetParams().GetEthTargets(), bpar.GetParams(), bpar.GetParams().tcpportid); 296 296 pci2eth.SetPrintLevel(1); 297 297 pci2eth.SetEthSendBlockSize(bpar.GetParams().eth_transfer_blksz);
Note:
See TracChangeset
for help on using the changeset viewer.