mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-06 03:46:25 +02:00
Minor changes
This commit is contained in:
parent
76479f3e80
commit
f4a3b66017
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
/// @brief Set to non-zero to stop the processes
|
/// @brief Set to non-zero to stop the processes
|
||||||
unsigned char __stop=0;
|
unsigned char __stop=0;
|
||||||
|
char buffer[ZMQ_MSG_SIZE];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stop process properly on SIGINT
|
* @brief Stop process properly on SIGINT
|
||||||
|
@ -47,7 +48,6 @@ int main (int argc, char *argv [])
|
||||||
ZMQ_TOKEN, strlen(ZMQ_TOKEN));
|
ZMQ_TOKEN, strlen(ZMQ_TOKEN));
|
||||||
|
|
||||||
//----- Listen
|
//----- Listen
|
||||||
char buffer[ZMQ_MSG_SIZE];
|
|
||||||
int size;
|
int size;
|
||||||
while(!__stop){
|
while(!__stop){
|
||||||
size=zmq_recv (subscriber, buffer, ZMQ_MSG_SIZE-1, 0);
|
size=zmq_recv (subscriber, buffer, ZMQ_MSG_SIZE-1, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue