Definition at line 132 of file ConnectionUSB.cc.
References Error(), and str.
Referenced by CloseImp(), and Out().
134 if (error==ba::error::basic_errors::operation_aborted)
141 str <<
"Reconnect timeout of " <<
URL() <<
": " << error.message() <<
" (" << error <<
")";
151 Error(
"HandleReconnectTimeout - "+
URL()+
" is already open.");
159 if (
fConnectTimeout.expires_at() > ba::deadline_timer::traits_type::now())
void CloseImp(int64_t delay=0)
int Error(const std::string &str)
boost::asio::deadline_timer fConnectTimeout