Definition at line 803 of file biasctrl.cc.
References Error(), and str.
Referenced by ScheduleRampStep().
805 if (error==ba::error::basic_errors::operation_aborted)
807 Warn(
"Ramping aborted...");
815 str <<
"Ramping timer: " << error.message() <<
" (" << error <<
")";
825 Warn(
"Ramping in progress, but disconnected.");
832 Error(
"Ramp handler called although no ramping in progress.");
840 if (
fRampTimer.expires_at() > ba::deadline_timer::traits_type::now())
void CloseImp(int64_t delay=0)
int Error(const std::string &str)
int Warn(const std::string &str)
boost::asio::deadline_timer fRampTimer