FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionInterlock::StartReadReport
(
)
inline
private
Definition at line
154
of file
pwrctrl.cc
.
References
buffer
, and
HandleRead()
.
155
{
156
async_read_some(
ba::buffer
(
fArray
),
157
boost::bind(&
ConnectionInterlock::HandleRead
,
this
,
158
dummy::error, dummy::bytes_transferred));
159
}
ConnectionInterlock::HandleRead
void HandleRead(const boost::system::error_code &err, size_t bytes_received)
Definition:
pwrctrl.cc:108
buffer
int buffer[BUFFSIZE]
Definition:
db_dim_client.c:14
ConnectionInterlock::fArray
boost::array< char, 4096 > fArray
Definition:
pwrctrl.cc:41
Here is the call graph for this function:
ConnectionInterlock
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11