FACT++  1.0
void ConnectionDrive::KeepAlive ( )
inlineprotected

Definition at line 550 of file cosyctrl.cc.

References HandleKeepAlive().

551  {
552  PostMessage(string("KEEP_ALIVE"));
553 
554  fKeepAlive.expires_from_now(boost::posix_time::seconds(10));
555  fKeepAlive.async_wait(boost::bind(&ConnectionDrive::HandleKeepAlive,
556  this, dummy::error));
557  }
void PostMessage(const void *msg, size_t s=0)
boost::asio::deadline_timer fKeepAlive
Definition: cosyctrl.cc:548
void HandleKeepAlive(const bs::error_code &error)
Definition: cosyctrl.cc:559

+ Here is the call graph for this function: