FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionAgilent::StartRead
(
int
line
=
0
)
inline
private
Definition at line
124
of file
agilentctrl.cc
.
References
HandleReceivedData()
.
125
{
126
ba::async_read_until(*
this
,
fBuffer
,
"\n"
,
127
boost::bind(&
ConnectionAgilent::HandleReceivedData
,
this
,
128
dummy::error, dummy::bytes_transferred, line+1));
129
}
ConnectionAgilent::fBuffer
boost::asio::streambuf fBuffer
Definition:
agilentctrl.cc:37
ConnectionAgilent::HandleReceivedData
void HandleReceivedData(const bs::error_code &err, size_t bytes_received, int line)
Definition:
agilentctrl.cc:131
Here is the call graph for this function:
ConnectionAgilent
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11