|
ICP
1
|
#include <TCPEventStreamer.h>

Public Member Functions | |
| TCPEventStreamer (EventStore &es, const CRPTProxy &crpt) | |
| ~TCPEventStreamer () | |
Private Attributes | |
| Poco::Net::ServerSocket * | m_svs |
| Poco::Net::TCPServer * | m_srv |
| EventStore & | m_es |
| const CRPTProxy & | m_crpt |
Additional Inherited Members | |
Protected Member Functions inherited from ISIS::Base | |
| Base (const std::string &logger_name="UNKNOWN") | |
| void | setLoggerName (const std::string &logger_name) |
| virtual | ~Base () |
| virtual std::string | loggingPrefix () const |
| void | setThisLoggerLevel (int level) |
Static Protected Member Functions inherited from ISIS::Base | |
| static void | setAllLoggerLevel (int level) |
Protected Attributes inherited from ISIS::Base | |
| Poco::Logger * | m_logger |
| Poco::LogStream * | m_logstr |
| Poco::Mutex | m_logger_lock |
Definition at line 86 of file TCPEventStreamer.h.
| TCPEventStreamer::TCPEventStreamer | ( | EventStore & | es, |
| const CRPTProxy & | crpt | ||
| ) |
Definition at line 145 of file TCPEventStreamer.cpp.
References LOGSTR_INFORMATION, m_crpt, m_es, m_srv, m_svs, and ISIS::Base::setLoggerName().
| TCPEventStreamer::~TCPEventStreamer | ( | ) |
Definition at line 159 of file TCPEventStreamer.cpp.
References LOGSTR_INFORMATION, m_srv, and m_svs.
|
private |
Definition at line 92 of file TCPEventStreamer.h.
Referenced by TCPEventStreamer().
|
private |
Definition at line 91 of file TCPEventStreamer.h.
Referenced by TCPEventStreamer().
|
private |
Definition at line 89 of file TCPEventStreamer.h.
Referenced by TCPEventStreamer(), and ~TCPEventStreamer().
|
private |
Definition at line 88 of file TCPEventStreamer.h.
Referenced by TCPEventStreamer(), and ~TCPEventStreamer().
1.8.5