FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int StateMachineTimeCheck::EvalOptions
(
Configuration
&
conf
)
inline
Definition at line
136
of file
timecheck.cc
.
References
Configuration::Get()
.
137
{
138
fServer
= conf.
Get
<
string
>(
"ntp-server"
);
139
fInterval
= conf.
Get
<uint16_t>(
"interval"
);
140
if
(fInterval==0)
141
fInterval=1;
142
143
Trigger
();
144
145
return
-1;
146
}
StateMachineTimeCheck::fServer
string fServer
Definition:
timecheck.cc:23
Configuration::Get
T Get(const std::string &var)
Definition:
Configuration.h:162
StateMachineTimeCheck::fInterval
uint16_t fInterval
Definition:
timecheck.cc:24
StateMachineTimeCheck::Trigger
int Trigger()
Definition:
timecheck.cc:117
Here is the call graph for this function:
StateMachineTimeCheck
Generated on Sun Sep 18 2016 20:51:03 for FACT++ by
1.8.11