AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
Functions
amqp_send.h File Reference

Send AMQP messages. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
#include "config_env.h"
#include <assert.h>
#include "socket.h"
Include dependency graph for amqp_send.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 

Detailed Description

Send AMQP messages.

Definition in file amqp_send.h.

Function Documentation

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.

Here is the caller graph for this function: