![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <DummyReceiver.h>


Public Member Functions | |
| DummyReceiver (const std::string &address, int timeout) | |
Public Member Functions inherited from cloudViewer::io::rpc::ZMQReceiver | |
| ZMQReceiver (const std::string &address="tcp://127.0.0.1:51454", int timeout=10000) | |
| ZMQReceiver (const ZMQReceiver &)=delete | |
| ZMQReceiver & | operator= (const ZMQReceiver &)=delete |
| virtual | ~ZMQReceiver () |
| void | Start () |
| Starts the receiver mainloop in a new thread. More... | |
| void | Stop () |
| std::runtime_error | GetLastError () |
| Returns the last error from the mainloop thread. More... | |
| void | SetMessageProcessor (std::shared_ptr< MessageProcessorBase > processor) |
| Sets the message processor object which will process incoming messages. More... | |
Receiver implementation which always returns a successful status. This class is meant for testing puproses.
Definition at line 19 of file DummyReceiver.h.
| cloudViewer::io::rpc::DummyReceiver::DummyReceiver | ( | const std::string & | address, |
| int | timeout | ||
| ) |
Definition at line 19 of file DummyReceiver.cpp.
References cloudViewer::io::rpc::ZMQReceiver::SetMessageProcessor().