Dripline-Cpp  v2.4.2
Dripline Implementation in C++
Namespaces | Typedefs | Functions
amqp.hh File Reference
#include "dripline_api.hh"
#include "param.hh"
#include "SimpleAmqpClient/SimpleAmqpClient.h"
#include "SimpleAmqpClient/AmqpException.h"
#include "SimpleAmqpClient/AmqpLibraryException.h"
Include dependency graph for amqp.hh:

Go to the source code of this file.

Namespaces

 dripline
 

Typedefs

typedef AmqpClient::Channel::ptr_t amqp_channel_ptr
 
typedef AmqpClient::Envelope::ptr_t amqp_envelope_ptr
 
typedef AmqpClient::BasicMessage::ptr_t amqp_message_ptr
 
typedef AmqpClient::AmqpException amqp_exception
 
typedef AmqpClient::AmqpLibraryException amqp_lib_exception
 
typedef std::vector< amqp_message_ptr > amqp_split_message_ptrs
 

Functions

scarab::param_ptr_t table_to_param (const AmqpClient::Table &a_table)
 
scarab::param_ptr_t table_to_param (const AmqpClient::Array &a_array)
 
scarab::param_ptr_t table_to_param (const AmqpClient::TableValue &a_value)
 
AmqpClient::TableValue param_to_table (const scarab::param_node &a_node)
 
AmqpClient::TableValue param_to_table (const scarab::param_array &a_array)
 
AmqpClient::TableValue param_to_table (const scarab::param_value &a_value)
 
AmqpClient::TableValue param_to_table (const scarab::param &a_param)