FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionWeather::StartReadReport
(
)
inline
protected
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
}
ConnectionWeather::HandleRead
void HandleRead(const boost::system::error_code &err, size_t bytes_received)
Definition:
magicweather.cc:51
buffer
int buffer[BUFFSIZE]
Definition:
db_dim_client.c:14
ConnectionWeather::fArray
boost::array< char, 4096 > fArray
Definition:
magicweather.cc:46
Here is the call graph for this function:
ConnectionWeather
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11