FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionPowerSwitch::StartReadReport
(
)
inline
private
Definition at line
170
of file
temperature.cc
.
References
buffer
, and
HandleRead()
.
171
{
172
async_read_some(
ba::buffer
(
fArray
),
173
boost::bind(&
ConnectionPowerSwitch::HandleRead
,
this
,
174
dummy::error, dummy::bytes_transferred));
175
}
ConnectionPowerSwitch::fArray
boost::array< char, 4096 > fArray
Definition:
temperature.cc:47
buffer
int buffer[BUFFSIZE]
Definition:
db_dim_client.c:14
ConnectionPowerSwitch::HandleRead
void HandleRead(const boost::system::error_code &err, size_t bytes_received)
Definition:
temperature.cc:124
Here is the call graph for this function:
ConnectionPowerSwitch
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11