Changeset 18897 for trunk/FACT++/src
- Timestamp:
- 08/17/17 12:38:36 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r18529 r18897 1531 1531 // can be so fast that the single trigger still 1532 1532 // comes to early, and a short watiting is necessary :( 1533 usleep(250000); 1533 1534 1534 1535 // Now we can sent the trigger … … 1582 1583 if (!it->second->IsTxQueueEmpty()) 1583 1584 return FAD::State::kConfiguring3; 1585 1586 usleep(250000); 1584 1587 1585 1588 return FAD::State::kConfigured;
Note:
See TracChangeset
for help on using the changeset viewer.