#include <time_sync.h>
Public Member Functions | |
std::string | getCommandCode () const |
void | operator() (const boost::posix_time::ptime &time_read, const std::string &echo_back, const std::string &status, std::istream &stream) |
void | registerCallback (Callback cb) |
Protected Attributes | |
Callback | cb_ |
Definition at line 40 of file time_sync.h.
std::string scip2::ResponseTM::getCommandCode | ( | ) | const [inline, virtual] |
Implements scip2::Response.
Definition at line 53 of file time_sync.h.
void scip2::ResponseTM::operator() | ( | const boost::posix_time::ptime & | time_read, |
const std::string & | echo_back, | ||
const std::string & | status, | ||
std::istream & | stream | ||
) | [inline, virtual] |
Implements scip2::Response.
Definition at line 57 of file time_sync.h.
void scip2::ResponseTM::registerCallback | ( | Callback | cb | ) | [inline] |
Definition at line 99 of file time_sync.h.
Callback scip2::ResponseTM::cb_ [protected] |
Definition at line 50 of file time_sync.h.