FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T , class S >
int
StateMachineGPSControl
< T, S >::EvalOptions
(
Configuration
&
conf
)
inline
Definition at line
481
of file
gpsctrl.cc
.
References
Configuration::Get()
.
482
{
483
fGPS
.SetVerbose(!conf.
Get
<
bool
>(
"quiet"
));
484
fGPS
.SetDebugTx(conf.
Get
<
bool
>(
"debug-tx"
));
485
fGPS
.SetEndpoint(conf.
Get
<
string
>(
"addr"
));
486
fGPS
.StartConnect();
487
488
return
-1;
489
}
StateMachineGPSControl::fGPS
S fGPS
Definition:
gpsctrl.cc:362
Configuration::Get
T Get(const std::string &var)
Definition:
Configuration.h:162
Here is the call graph for this function:
StateMachineGPSControl
Generated on Sun Sep 18 2016 20:51:01 for FACT++ by
1.8.11