FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int StateMachineEventServer::EvalOptions
(
Configuration
&
conf
)
inline
Definition at line
277
of file
evtserver.cc
.
References
Configuration::Get()
.
278
{
279
fAuxPath
= conf.
Get
<
string
>(
"aux-path"
);
280
fOutPath
= conf.
Get
<
string
>(
"out-path"
);
281
fInterval
= conf.
Get
<uint32_t>(
"interval"
);
282
283
return
-1;
284
}
Configuration::Get
T Get(const std::string &var)
Definition:
Configuration.h:162
StateMachineEventServer::fOutPath
string fOutPath
Definition:
evtserver.cc:38
StateMachineEventServer::fInterval
uint32_t fInterval
Definition:
evtserver.cc:41
StateMachineEventServer::fAuxPath
string fAuxPath
Definition:
evtserver.cc:37
Here is the call graph for this function:
StateMachineEventServer
Generated on Sun Sep 18 2016 20:50:59 for FACT++ by
1.8.11