#include <parameters.h>
Public Member Functions | |
virtual std::string | getCommandCode () const =0 |
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 29 of file parameters.h.
virtual std::string scip2::ResponseParams::getCommandCode | ( | ) | const [pure virtual] |
Implements scip2::Response.
Implemented in scip2::ResponseII, scip2::ResponseVV, and scip2::ResponsePP.
void scip2::ResponseParams::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 43 of file parameters.h.
void scip2::ResponseParams::registerCallback | ( | Callback | cb | ) | [inline] |
Definition at line 92 of file parameters.h.
Callback scip2::ResponseParams::cb_ [protected] |
Definition at line 39 of file parameters.h.