FACT++  1.0
void ConnectionWeather::StartReadReport ( )
inlineprotected

Definition at line 261 of file tngweather.cc.

References buffer, and HandleRead().

262  {
263  async_read_some(ba::buffer(fArray),
264  boost::bind(&ConnectionWeather::HandleRead, this,
265  dummy::error, dummy::bytes_transferred));
266  }
void HandleRead(const boost::system::error_code &err, size_t bytes_received)
Definition: magicweather.cc:51
int buffer[BUFFSIZE]
Definition: db_dim_client.c:14
boost::array< char, 4096 > fArray
Definition: magicweather.cc:46

+ Here is the call graph for this function: