FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionGCN::StartRead
(
)
inline
private
Definition at line
345
of file
gcn.cc
.
References
buffer
, and
HandleReceivedData()
.
346
{
347
ba::async_read(*
this
,
ba::buffer
(&
fRxSize
, 4),
348
boost::bind(&
ConnectionGCN::HandleReceivedData
,
this
,
349
dummy::error, dummy::bytes_transferred, 0));
350
}
ConnectionGCN::fRxSize
uint32_t fRxSize
Definition:
gcn.cc:41
ConnectionGCN::HandleReceivedData
void HandleReceivedData(const bs::error_code &err, size_t bytes_received, int type)
Definition:
gcn.cc:277
buffer
int buffer[BUFFSIZE]
Definition:
db_dim_client.c:14
Here is the call graph for this function:
ConnectionGCN
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11