Go to the source code of this file.
int csp_zmqhub_init |
( |
char |
addr, |
|
|
char * |
host |
|
) |
| |
Setup ZMQ interface.
- Parameters
-
addr | only receive messages matching this address (255 means all) |
host | Pointer to string containing zmqproxy host |
- Returns
- CSP_ERR
int csp_zmqhub_init_w_endpoints |
( |
char |
_addr, |
|
|
char * |
publisher_url, |
|
|
char * |
subscriber_url |
|
) |
| |
Setup ZMQ interface.
- Parameters
-
addr | only receive messages matching this address (255 means all) |
publisher_endpoint | Pointer to string containing zmqproxy publisher endpoint |
subscriber_endpoint | Pointer to string containing zmqproxy subscriber endpoint |
- Returns
- CSP_ERR