|
Goby3 3.3.0
2025.07.10
|
#include <goby/zeromq/transport/interprocess.h>
Public Member Functions | |
| Manager (zmq::context_t &context, const protobuf::InterProcessPortalConfig &cfg, const Router &router) | |
| Manager (zmq::context_t &context, const protobuf::InterProcessPortalConfig &cfg, const Router &router, const protobuf::InterProcessManagerHold &hold) | |
| void | run () |
| protobuf::ManagerResponse | handle_request (const protobuf::ManagerRequest &pb_request) |
| protobuf::Socket | publish_socket_cfg () |
| protobuf::Socket | subscribe_socket_cfg () |
| bool | hold_state () |
Definition at line 800 of file interprocess.h.
| goby::zeromq::Manager::Manager | ( | zmq::context_t & | context, |
| const protobuf::InterProcessPortalConfig & | cfg, | ||
| const Router & | router | ||
| ) |
|
inline |
Definition at line 806 of file interprocess.h.
| protobuf::ManagerResponse goby::zeromq::Manager::handle_request | ( | const protobuf::ManagerRequest & | pb_request | ) |
| bool goby::zeromq::Manager::hold_state | ( | ) |
| protobuf::Socket goby::zeromq::Manager::publish_socket_cfg | ( | ) |
| void goby::zeromq::Manager::run | ( | ) |
| protobuf::Socket goby::zeromq::Manager::subscribe_socket_cfg | ( | ) |