Goby3
3.1.5a
2024.05.23
|
#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 766 of file interprocess.h.
goby::zeromq::Manager::Manager | ( | zmq::context_t & | context, |
const protobuf::InterProcessPortalConfig & | cfg, | ||
const Router & | router | ||
) |
|
inline |
Definition at line 772 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 | ( | ) |