Goby3
3.1.5a
2024.05.23
|
#include <goby/zeromq/transport/interprocess.h>
Public Types | |
using | Base = PortalBase< InterProcessPortalImplementation< InnerTransporter, PortalBase >, InnerTransporter > |
Public Member Functions | |
InterProcessPortalImplementation (const protobuf::InterProcessPortalConfig &cfg) | |
InterProcessPortalImplementation (InnerTransporter &inner, const protobuf::InterProcessPortalConfig &cfg) | |
~InterProcessPortalImplementation () | |
void | ready () |
When using hold functionality, call when the process is ready to receive publications (typically done after most or all subscribe calls) More... | |
bool | hold_state () |
When using hold functionality, returns whether the system is holding (true) and thus waiting for all processes to connect and be ready, or running (false). More... | |
Public Attributes | |
friend | Base |
Definition at line 276 of file interprocess.h.
using goby::zeromq::InterProcessPortalImplementation< InnerTransporter, PortalBase >::Base = PortalBase<InterProcessPortalImplementation<InnerTransporter, PortalBase>, InnerTransporter> |
Definition at line 282 of file interprocess.h.
|
inline |
Definition at line 284 of file interprocess.h.
|
inline |
Definition at line 293 of file interprocess.h.
|
inline |
Definition at line 304 of file interprocess.h.
|
inline |
When using hold functionality, returns whether the system is holding (true) and thus waiting for all processes to connect and be ready, or running (false).
Definition at line 317 of file interprocess.h.
|
inline |
When using hold functionality, call when the process is ready to receive publications (typically done after most or all subscribe calls)
Definition at line 314 of file interprocess.h.
friend goby::zeromq::InterProcessPortalImplementation< InnerTransporter, PortalBase >::Base |
Definition at line 319 of file interprocess.h.