FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T , class S >
int
StateMachineWeather
< T, S >::EvalOptions
(
Configuration
&
conf
)
inline
Definition at line
526
of file
tngweather.cc
.
References
Configuration::Get()
.
527
{
528
fWeather
.SetVerbose(!conf.
Get
<
bool
>(
"quiet"
));
529
fWeather
.SetInterval(conf.
Get
<uint16_t>(
"interval"
));
530
fWeather
.SetDebugTx(conf.
Get
<
bool
>(
"debug-tx"
));
531
fWeather
.SetSite(conf.
Get
<
string
>(
"url"
));
532
fWeather
.SetEndpoint(conf.
Get
<
string
>(
"addr"
));
533
fWeather
.StartConnect();
534
535
return
-1;
536
}
Configuration::Get
T Get(const std::string &var)
Definition:
Configuration.h:162
StateMachineWeather::fWeather
S fWeather
Definition:
magicweather.cc:346
Here is the call graph for this function:
StateMachineWeather
Generated on Sun Sep 18 2016 20:51:03 for FACT++ by
1.8.11