Public Types | Public Member Functions | Protected Attributes | List of all members
scip2::ResponseParams Class Referenceabstract

#include <parameters.h>

Inheritance diagram for scip2::ResponseParams:
Inheritance graph
[legend]

Public Types

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 >
 

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_
 

Detailed Description

Definition at line 29 of file parameters.h.

Member Typedef Documentation

using scip2::ResponseParams::Callback = boost::function<void( const boost::posix_time::ptime &, const std::string &, const std::string &, const std::map<std::string, std::string> &)>

Definition at line 36 of file parameters.h.

Member Function Documentation

virtual std::string scip2::ResponseParams::getCommandCode ( ) const
pure virtual
void scip2::ResponseParams::operator() ( const boost::posix_time::ptime &  time_read,
const std::string &  echo_back,
const std::string &  status,
std::istream &  stream 
)
inlinevirtual

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.

Member Data Documentation

Callback scip2::ResponseParams::cb_
protected

Definition at line 39 of file parameters.h.


The documentation for this class was generated from the following file:


urg_stamped
Author(s): Atsushi Watanabe
autogenerated on Thu Jun 6 2019 19:55:59