Goby v2
|
Public Member Functions | |
ZeroMQSocket (boost::shared_ptr< zmq::socket_t > socket) | |
void | set_global_blackout (boost::posix_time::time_duration duration) |
void | set_blackout (MarshallingScheme marshalling_scheme, const std::string &identifier, boost::posix_time::time_duration duration) |
void | clear_blackout (MarshallingScheme marshalling_scheme, const std::string &identifier) |
void | clear_global_blackout () |
bool | check_blackout (MarshallingScheme marshalling_scheme, const std::string &identifier) |
void | set_socket (boost::shared_ptr< zmq::socket_t > socket) |
boost::shared_ptr< zmq::socket_t > & | socket () |
Definition at line 44 of file zeromq_service.h.