Changeset 3651 in Sophya for trunk/AddOn
- Timestamp:
- Jun 12, 2009, 11:37:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brproc.cc
r3649 r3651 365 365 DataTable dt; 366 366 dt.AddLongColumn("fc1"); 367 dt.AddLongColumn("tt1"); 367 368 dt.AddLongColumn("fc2"); 368 dt.AddLongColumn("tt1");369 369 dt.AddLongColumn("tt2"); 370 370 DataTableRow dtr = dt.EmptyRow(); … … 438 438 curfc2=paq2.FrameCounter(); 439 439 if (fgfirst) { 440 firsttt=paq1.TimeTag(); firsttt =paq2.TimeTag();440 firsttt=paq1.TimeTag(); firsttt2=paq2.TimeTag(); 441 441 cout << " BRProcBRaw4C()/Info First FC="<<curfc<<" , "<<curfc2<<" -> TT=" 442 442 << firsttt<<" , "<<firsttt2 <<endl;
Note:
See TracChangeset
for help on using the changeset viewer.