Public Member Functions | Private Member Functions | Private Attributes | List of all members
zmq::monitor_t Class Reference

#include <zmq.hpp>

Public Member Functions

bool check_event (int timeout=0)
 
bool check_event (int timeout=0)
 
void init (socket_t &socket, std::string const &addr, int events=ZMQ_EVENT_ALL)
 
void init (socket_t &socket, std::string const &addr, int events=ZMQ_EVENT_ALL)
 
void init (socket_t &socket, const char *addr_, int events=ZMQ_EVENT_ALL)
 
void init (socket_t &socket, const char *addr_, int events=ZMQ_EVENT_ALL)
 
void monitor (socket_t &socket, std::string const &addr, int events=ZMQ_EVENT_ALL)
 
void monitor (socket_t &socket, std::string const &addr, int events=ZMQ_EVENT_ALL)
 
void monitor (socket_t &socket, const char *addr_, int events=ZMQ_EVENT_ALL)
 
void monitor (socket_t &socket, const char *addr_, int events=ZMQ_EVENT_ALL)
 
 monitor_t ()
 
 monitor_t ()
 
virtual void on_event_accept_failed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_accept_failed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_accepted (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_accepted (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_bind_failed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_bind_failed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_close_failed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_close_failed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_closed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_closed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_connect_delayed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_connect_delayed (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_connect_retried (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_connect_retried (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_connected (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_connected (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_disconnected (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_disconnected (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_handshake_failed_auth (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_handshake_failed_auth (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_handshake_failed_no_detail (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_handshake_failed_no_detail (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_handshake_failed_protocol (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_handshake_failed_protocol (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_handshake_succeeded (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_handshake_succeeded (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_listening (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_listening (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_unknown (const zmq_event_t &event_, const char *addr_)
 
virtual void on_event_unknown (const zmq_event_t &event_, const char *addr_)
 
virtual void on_monitor_started ()
 
virtual void on_monitor_started ()
 
virtual ~monitor_t ()
 
virtual ~monitor_t ()
 

Private Member Functions

void close () ZMQ_NOTHROW
 
void close () ZMQ_NOTHROW
 
 monitor_t (const monitor_t &) ZMQ_DELETED_FUNCTION
 
 monitor_t (const monitor_t &) ZMQ_DELETED_FUNCTION
 
void operator= (const monitor_t &) ZMQ_DELETED_FUNCTION
 
void operator= (const monitor_t &) ZMQ_DELETED_FUNCTION
 

Private Attributes

socket_t _monitor_socket
 
socket_ref _socket
 

Detailed Description

Definition at line 2251 of file 3rdparty/cppzmq/zmq.hpp.

Constructor & Destructor Documentation

zmq::monitor_t::monitor_t ( )
inline

Definition at line 2254 of file 3rdparty/cppzmq/zmq.hpp.

virtual zmq::monitor_t::~monitor_t ( )
inlinevirtual

Definition at line 2256 of file 3rdparty/cppzmq/zmq.hpp.

zmq::monitor_t::monitor_t ( const monitor_t )
private
zmq::monitor_t::monitor_t ( )
inline

Definition at line 2252 of file src/loggers/zmq.hpp.

virtual zmq::monitor_t::~monitor_t ( )
inlinevirtual

Definition at line 2254 of file src/loggers/zmq.hpp.

zmq::monitor_t::monitor_t ( const monitor_t )
private

Member Function Documentation

bool zmq::monitor_t::check_event ( int  timeout = 0)
inline

Definition at line 2306 of file src/loggers/zmq.hpp.

bool zmq::monitor_t::check_event ( int  timeout = 0)
inline

Definition at line 2308 of file 3rdparty/cppzmq/zmq.hpp.

void zmq::monitor_t::close ( )
inlineprivate

Definition at line 2538 of file 3rdparty/cppzmq/zmq.hpp.

void zmq::monitor_t::close ( )
inlineprivate

Definition at line 2544 of file src/loggers/zmq.hpp.

void zmq::monitor_t::init ( socket_t socket,
std::string const &  addr,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 2288 of file src/loggers/zmq.hpp.

void zmq::monitor_t::init ( socket_t socket,
std::string const &  addr,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 2290 of file 3rdparty/cppzmq/zmq.hpp.

void zmq::monitor_t::init ( socket_t socket,
const char *  addr_,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 2293 of file src/loggers/zmq.hpp.

void zmq::monitor_t::init ( socket_t socket,
const char *  addr_,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 2295 of file 3rdparty/cppzmq/zmq.hpp.

void zmq::monitor_t::monitor ( socket_t socket,
std::string const &  addr,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 2275 of file src/loggers/zmq.hpp.

void zmq::monitor_t::monitor ( socket_t socket,
std::string const &  addr,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 2277 of file 3rdparty/cppzmq/zmq.hpp.

void zmq::monitor_t::monitor ( socket_t socket,
const char *  addr_,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 2280 of file src/loggers/zmq.hpp.

void zmq::monitor_t::monitor ( socket_t socket,
const char *  addr_,
int  events = ZMQ_EVENT_ALL 
)
inline

Definition at line 2282 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_accept_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2466 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_accept_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2472 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_accepted ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2461 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_accepted ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2467 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_bind_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2456 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_bind_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2462 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_close_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2476 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_close_failed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2482 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_closed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2471 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_closed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2477 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_connect_delayed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2439 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_connect_delayed ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2445 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_connect_retried ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2445 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_connect_retried ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2451 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_connected ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2434 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_connected ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2440 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_disconnected ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2481 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_disconnected ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2487 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_handshake_failed_auth ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2499 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_handshake_failed_auth ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2505 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_handshake_failed_no_detail ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2487 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_handshake_failed_no_detail ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2493 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_handshake_failed_protocol ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2493 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_handshake_failed_protocol ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2499 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_handshake_succeeded ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2505 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_handshake_succeeded ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2511 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_listening ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2451 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_listening ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2457 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_event_unknown ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2525 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_event_unknown ( const zmq_event_t event_,
const char *  addr_ 
)
inlinevirtual

Definition at line 2531 of file src/loggers/zmq.hpp.

virtual void zmq::monitor_t::on_monitor_started ( )
inlinevirtual

Definition at line 2433 of file 3rdparty/cppzmq/zmq.hpp.

virtual void zmq::monitor_t::on_monitor_started ( )
inlinevirtual

Definition at line 2439 of file src/loggers/zmq.hpp.

void zmq::monitor_t::operator= ( const monitor_t )
private
void zmq::monitor_t::operator= ( const monitor_t )
private

Member Data Documentation

socket_t zmq::monitor_t::_monitor_socket
private

Definition at line 2536 of file 3rdparty/cppzmq/zmq.hpp.

socket_ref zmq::monitor_t::_socket
private

Definition at line 2535 of file 3rdparty/cppzmq/zmq.hpp.


The documentation for this class was generated from the following file:


behaviotree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Tue May 4 2021 02:56:26