csp_if_zmqhub.h
Go to the documentation of this file.
1 #ifndef CSP_IF_ZMQHUB_H_
2 #define CSP_IF_ZMQHUB_H_
3 
4 #include <csp/csp.h>
5 
7 
14 int csp_zmqhub_init(char addr, char * host);
15 
23 int csp_zmqhub_init_w_endpoints(char _addr, char * publisher_url,
24  char * subscriber_url);
25 
26 #endif /* CSP_IF_ZMQHUB_H_ */
Interface struct.
Definition: csp_types.h:190
csp_iface_t csp_if_zmqhub
int csp_zmqhub_init_w_endpoints(char _addr, char *publisher_url, char *subscriber_url)
Setup ZMQ interface.
int csp_zmqhub_init(char addr, char *host)
Setup ZMQ interface.