template<typename InnerTransporter, template< typename Derived, typename InnerTransporterType, typename ImplementationTag_ > class PortalBase, typename ImplementationTag>
class goby::zeromq::InterProcessPortalImplementation< InnerTransporter, PortalBase, ImplementationTag >
Definition at line 213 of file interprocess.h.
template<typename InnerTransporter, template< typename Derived, typename InnerTransporterType, typename ImplementationTag_ > class PortalBase, typename ImplementationTag>
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 257 of file interprocess.h.
template<typename InnerTransporter, template< typename Derived, typename InnerTransporterType, typename ImplementationTag_ > class PortalBase, typename ImplementationTag>
When using hold functionality, call when the process is ready to receive publications (typically done after most or all subscribe calls).
Definition at line 254 of file interprocess.h.