FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T , class S >
int
StateMachinePowerControl
< T, S >::EvalOptions
(
Configuration
&
conf
)
inline
Definition at line
468
of file
pwrctrl.cc
.
References
Configuration::Get()
.
469
{
470
fPower
.SetVerbose(!conf.
Get
<
bool
>(
"quiet"
));
471
fPower
.SetInterval(conf.
Get
<uint16_t>(
"interval"
));
472
fPower
.SetDebugTx(conf.
Get
<
bool
>(
"debug-tx"
));
473
fPower
.SetDebugRx(conf.
Get
<
bool
>(
"debug-rx"
));
474
fPower
.SetSite(conf.
Get
<
string
>(
"url"
));
475
fPower
.SetEndpoint(conf.
Get
<
string
>(
"addr"
));
476
fPower
.StartConnect();
477
478
return
-1;
479
}
Configuration::Get
T Get(const std::string &var)
Definition:
Configuration.h:162
StateMachinePowerControl::fPower
S fPower
Definition:
pwrctrl.cc:335
Here is the call graph for this function:
StateMachinePowerControl
Generated on Sun Sep 18 2016 20:51:02 for FACT++ by
1.8.11