|
Goby3 3.4.0
2026.04.13
|
Namespaces | |
| namespace | detail |
| namespace | groups |
| namespace | protobuf |
Classes | |
| class | InterProcessPortalImplementation |
| class | InterProcessPortalMainThread |
| class | InterProcessPortalReadThread |
| class | LiaisonCommsThread |
| class | LiaisonContainer |
| class | LiaisonContainerWithComms |
| class | Manager |
| class | Router |
Functions | |
| const Wt::WColor | goby_blue (28, 159, 203) |
| const Wt::WColor | goby_orange (227, 96, 52) |
| std::string | liaison_internal_publish_socket_name () |
| std::string | liaison_internal_subscribe_socket_name () |
| void | setup_socket (zmq::socket_t &socket, const protobuf::Socket &cfg) |
Variables | |
| constexpr const char * | delimiter_str {"/"} |
| using goby::zeromq::InterModuleForwarder = typedef middleware::InterModuleForwarder<InnerTransporter, detail::InterModuleTag> |
Definition at line 42 of file intermodule.h.
| using goby::zeromq::InterModulePortal = typedef InterProcessPortalImplementation<InnerTransporter, middleware::InterModulePortalBase, detail::InterModuleTag> |
Definition at line 37 of file intermodule.h.
| using goby::zeromq::InterProcessForwarder = typedef middleware::InterProcessForwarder<InnerTransporter, detail::InterProcessTag> |
Definition at line 481 of file interprocess.h.
| using goby::zeromq::InterProcessPortal = typedef InterProcessPortalImplementation<InnerTransporter, middleware::InterProcessPortalBase, detail::InterProcessTag> |
Definition at line 476 of file interprocess.h.
| using goby::zeromq::MultiThreadApplication = typedef goby::middleware::MultiThreadApplication<Config, InterProcessPortal> |
Definition at line 37 of file multi_thread.h.
| using goby::zeromq::SimpleThread = typedef middleware::SimpleThread<Config, detail::InterProcessTag> |
Zeromq-backed SimpleThread. Derives from middleware::SimpleThread using InterProcessTag.
| Config | Configuration type |
Definition at line 38 of file simple_thread.h.
| using goby::zeromq::SingleThreadApplication = typedef goby::middleware::SingleThreadApplication<Config, InterProcessPortal> |
Definition at line 36 of file single_thread.h.
| using goby::zeromq::zmq_recv_flags_type = typedef int |
Definition at line 95 of file interprocess.h.
| using goby::zeromq::zmq_send_flags_type = typedef int |
Definition at line 96 of file interprocess.h.
| const Wt::WColor goby::zeromq::goby_blue | ( | 28 | , |
| 159 | , | ||
| 203 | |||
| ) |
| const Wt::WColor goby::zeromq::goby_orange | ( | 227 | , |
| 96 | , | ||
| 52 | |||
| ) |
|
inline |
Definition at line 48 of file liaison_container.h.
|
inline |
Definition at line 52 of file liaison_container.h.
| void goby::zeromq::setup_socket | ( | zmq::socket_t & | socket, |
| const protobuf::Socket & | cfg | ||
| ) |
|
constexpr |
Definition at line 90 of file interprocess.h.