Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions
open3d::io::rpc::DummyReceiver Class Reference

#include <DummyReceiver.h>

Inheritance diagram for open3d::io::rpc::DummyReceiver:
open3d::io::rpc::ZMQReceiver

Public Member Functions

 DummyReceiver (const std::string &address, int timeout)
 
- Public Member Functions inherited from open3d::io::rpc::ZMQReceiver
 ZMQReceiver (const std::string &address="tcp://127.0.0.1:51454", int timeout=10000)
 
 ZMQReceiver (const ZMQReceiver &)=delete
 
ZMQReceiveroperator= (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...
 

Detailed Description

Receiver implementation which always returns a successful status. This class is meant for testing puproses.

Constructor & Destructor Documentation

◆ DummyReceiver()

open3d::io::rpc::DummyReceiver::DummyReceiver ( const std::string &  address,
int  timeout 
)

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