Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
DummyReceiver.h
Go to the documentation of this file.
1// ----------------------------------------------------------------------------
2// - Open3D: www.open3d.org -
3// ----------------------------------------------------------------------------
4// Copyright (c) 2018-2026 www.open3d.org
5// SPDX-License-Identifier: MIT
6// ----------------------------------------------------------------------------
7
8#pragma once
9
12
13namespace open3d {
14namespace io {
15namespace rpc {
16
19class DummyReceiver : public ZMQReceiver {
20public:
21 DummyReceiver(const std::string& address, int timeout);
23};
24
25} // namespace rpc
26} // namespace io
27} // namespace open3d
Definition DummyReceiver.h:19
Class for the server side receiving requests from a client.
Definition ZMQReceiver.h:39
std::string GetLastEndpoint() const
Definition ZMQReceiver.cpp:95
Definition PinholeCameraIntrinsic.cpp:16