#include <parameters.h>
Public Member Functions | |
std::string | getCommandCode () const |
Public Member Functions inherited from scip2::ResponseParams | |
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) |
Additional Inherited Members | |
Public Types inherited from scip2::ResponseParams | |
using | Callback = boost::function< void(const boost::posix_time::ptime &, const std::string &, const std::string &, const std::map< std::string, std::string > &)> |
Public Types inherited from scip2::Response | |
using | Ptr = std::shared_ptr< Response > |
Protected Attributes inherited from scip2::ResponseParams | |
Callback | cb_ |
Definition at line 98 of file parameters.h.
|
inlinevirtual |
Implements scip2::ResponseParams.
Definition at line 101 of file parameters.h.