FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionAgilent::PowerCycle
(
uint16_t
seconds
)
inline
Definition at line
260
of file
agilentctrl.cc
.
References
HandlePowerCycle()
.
261
{
262
if
(!
SetPower
(
false
))
263
return
;
264
265
fTimeoutPowerCycle
.expires_from_now(boost::posix_time::seconds(seconds));
266
fTimeoutPowerCycle
.async_wait(boost::bind(&
ConnectionAgilent::HandlePowerCycle
,
267
this
, dummy::error));
268
}
ConnectionAgilent::fTimeoutPowerCycle
boost::asio::deadline_timer fTimeoutPowerCycle
Definition:
agilentctrl.cc:36
ConnectionAgilent::HandlePowerCycle
void HandlePowerCycle(const bs::error_code &error)
Definition:
agilentctrl.cc:92
ConnectionAgilent::SetPower
bool SetPower(bool on)
Definition:
agilentctrl.cc:240
Here is the call graph for this function:
ConnectionAgilent
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11