|
Goby3 3.5.1
2026.06.04
|
Namespaces | |
| namespace | protobuf |
| namespace | detail |
| namespace | groups |
Classes | |
| class | LiaisonContainer |
| class | LiaisonContainerWithComms |
| class | LiaisonCommsThread |
| class | InterProcessPortalMainThread |
| class | InterProcessPortalReadThread |
| class | InterProcessPortalImplementation |
| class | Router |
| class | Manager |
Typedefs | |
| template<class Config> | |
| using | MultiThreadApplication = goby::middleware::MultiThreadApplication<Config, InterProcessPortal> |
| template<typename Config> | |
| using | SimpleThread = middleware::SimpleThread<Config, detail::InterProcessTag> |
| Zeromq-backed SimpleThread. Derives from middleware::SimpleThread using InterProcessTag. | |
| template<class Config> | |
| using | SingleThreadApplication |
| template<typename InnerTransporter = middleware::NullTransporter> | |
| using | InterModulePortal |
| template<typename InnerTransporter = middleware::NullTransporter> | |
| using | InterModuleForwarder |
| using | zmq_recv_flags_type = int |
| using | zmq_send_flags_type = int |
| template<typename InnerTransporter = middleware::NullTransporter> | |
| using | InterProcessPortal |
| template<typename InnerTransporter = middleware::NullTransporter> | |
| using | InterProcessForwarder |
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 |
Definition at line 42 of file intermodule.h.
| using goby::zeromq::InterModulePortal |
Definition at line 37 of file intermodule.h.
| using goby::zeromq::InterProcessForwarder |
Definition at line 482 of file interprocess.h.
| using goby::zeromq::InterProcessPortal |
Definition at line 477 of file interprocess.h.
| using goby::zeromq::MultiThreadApplication = goby::middleware::MultiThreadApplication<Config, InterProcessPortal> |
Definition at line 37 of file multi_thread.h.
| using goby::zeromq::SimpleThread = 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 |
Definition at line 36 of file single_thread.h.
| using goby::zeromq::zmq_recv_flags_type = int |
Definition at line 96 of file interprocess.h.
| using goby::zeromq::zmq_send_flags_type = int |
Definition at line 97 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 91 of file interprocess.h.