FACT++  1.0
ConnectionAgilent::ConnectionAgilent ( ba::io_service &  ioservice,
MessageImp imp 
)
inline

Definition at line 219 of file agilentctrl.cc.

219  : Connection(ioservice, imp()),
220  fIsVerbose(true), fDebugRx(false), fTimeout(ioservice), fTimeoutPowerCycle(ioservice)
221  {
222  SetLogStream(&imp);
223  }
boost::asio::deadline_timer fTimeoutPowerCycle
Definition: agilentctrl.cc:36
void SetLogStream(MessageImp *log)
Definition: Connection.h:50
boost::asio::deadline_timer fTimeout
Definition: agilentctrl.cc:35
Connection(boost::asio::io_service &io_service, std::ostream &out)
Definition: Connection.cc:454