AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
|
Go to the source code of this file.
Macros | |
#define | LOG_TAG "amqp_send" |
#define | RETRY |
Functions | |
int | amqp_send (char const *hostname, int port, char const *exchange, char const *bindingkey, int size, unsigned char *messagebody) |
Send a payload to an AMQP exchange. More... | |
#define LOG_TAG "amqp_send" |
Definition at line 7 of file amqp_send.c.
#define RETRY |
int amqp_send | ( | char const * | hostname, |
int | port, | ||
char const * | exchange, | ||
char const * | bindingkey, | ||
int | size, | ||
unsigned char * | messagebody | ||
) |
Send a payload to an AMQP exchange.
Definition at line 71 of file amqp_send.c.