FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionWeather::Request
(
)
inline
protected
Definition at line
289
of file
tngweather.cc
.
References
HandleRequest()
.
290
{
291
PostRequest
();
292
293
fKeepAlive
.expires_from_now(boost::posix_time::seconds(
fInterval
));
294
fKeepAlive
.async_wait(boost::bind(&
ConnectionWeather::HandleRequest
,
295
this
, dummy::error));
296
}
ConnectionWeather::fInterval
uint16_t fInterval
Definition:
magicweather.cc:34
ConnectionWeather::HandleRequest
void HandleRequest(const bs::error_code &error)
Definition:
magicweather.cc:226
ConnectionWeather::fKeepAlive
ba::deadline_timer fKeepAlive
Definition:
magicweather.cc:197
ConnectionWeather::PostRequest
void PostRequest()
Definition:
magicweather.cc:199
Here is the call graph for this function:
ConnectionWeather
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11