FACT++  1.0
void ConnectionGPS::StartReadReport ( )
inlineprivate

Definition at line 232 of file gpsctrl.cc.

References HandleRead().

233  {
234  async_read_until(*this, fBuffer, '\n',
235  boost::bind(&ConnectionGPS::HandleRead, this,
236  dummy::error, dummy::bytes_transferred));
237  }
boost::asio::streambuf fBuffer
Definition: gpsctrl.cc:230
void HandleRead(const boost::system::error_code &err, size_t bytes_received)
Definition: gpsctrl.cc:173

+ Here is the call graph for this function: