FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T , class S >
int
StateMachineLidar
< T, S >::EvalOptions
(
Configuration
&
conf
)
inline
Definition at line
443
of file
magiclidar.cc
.
References
Configuration::Get()
.
444
{
445
fLidar
.SetVerbose(!conf.
Get
<
bool
>(
"quiet"
));
446
fLidar
.SetInterval(conf.
Get
<uint16_t>(
"interval"
));
447
fLidar
.SetDebugTx(conf.
Get
<
bool
>(
"debug-tx"
));
448
fLidar
.SetSite(conf.
Get
<
string
>(
"url"
));
449
fLidar
.SetEndpoint(conf.
Get
<
string
>(
"addr"
));
450
fLidar
.StartConnect();
451
452
return
-1;
453
}
Configuration::Get
T Get(const std::string &var)
Definition:
Configuration.h:162
StateMachineLidar::fLidar
S fLidar
Definition:
magiclidar.cc:356
Here is the call graph for this function:
StateMachineLidar
Generated on Sun Sep 18 2016 20:51:01 for FACT++ by
1.8.11