KubOS
|
CSP 1.5.0
Main Page
Modules
Data Structures
Files
File List
Globals
include
csp
interfaces
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
6
extern
csp_iface_t
csp_if_zmqhub
;
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_ */
csp_iface_s
Interface struct.
Definition:
csp_types.h:190
csp_if_zmqhub
csp_iface_t csp_if_zmqhub
csp_zmqhub_init_w_endpoints
int csp_zmqhub_init_w_endpoints(char _addr, char *publisher_url, char *subscriber_url)
Setup ZMQ interface.
csp.h
csp_zmqhub_init
int csp_zmqhub_init(char addr, char *host)
Setup ZMQ interface.
Generated by
1.8.11