FACT++  1.0
void ConnectionAgilent::StartRead ( int  line = 0)
inlineprivate

Definition at line 124 of file agilentctrl.cc.

References HandleReceivedData().

125  {
126  ba::async_read_until(*this, fBuffer, "\n",
127  boost::bind(&ConnectionAgilent::HandleReceivedData, this,
128  dummy::error, dummy::bytes_transferred, line+1));
129  }
boost::asio::streambuf fBuffer
Definition: agilentctrl.cc:37
void HandleReceivedData(const bs::error_code &err, size_t bytes_received, int line)
Definition: agilentctrl.cc:131

+ Here is the call graph for this function: