Changeset 20020 for trunk/FACT++
- Timestamp:
- 12/28/20 17:28:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r19391 r20020 1667 1667 fDimStartRun("FAD_CONTROL/START_RUN", "X:1;X:1", 1668 1668 "Run numbers" 1669 "|run[idx]:Run no of last conf 'd run (-1 if reset or none config'd yet)"1669 "|run[idx]:Run no of last confed run (-1 if reset or none confed yet)" 1670 1670 "|next[idx]:Run number which will be assigned to next configuration"), 1671 1671 fDimConnection("FAD_CONTROL/CONNECTIONS", "C:40;C:1", … … 1980 1980 } 1981 1981 1982 #if BOOST_VERSION < 107000 1982 1983 tcp::resolver resolver(StateMachineAsio<T>::get_io_service()); 1984 #else 1985 tcp::resolver resolver(StateMachineAsio<T>::get_executor()); 1986 #endif 1983 1987 1984 1988 boost::system::error_code ec;
Note:
See TracChangeset
for help on using the changeset viewer.