#include "dll.h"
#include <stdint.h>
#include <map>
#include <tr1/memory>
#include <stdexcept>
#include <pthread.h>
#include "dataqueue.h"
Go to the source code of this file.
Classes | |
class | Barry::SocketRoutingQueue |
struct | Barry::SocketRoutingQueue::QueueEntry |
class | Barry::DataHandle |
std::auto_ptr like class that handles pointers to Data, but instead of freeing them completely, the Data objects are turned to the SocketRoutingQueue from whence they came. More... | |
Namespaces | |
namespace | Usb |
Namespace for the libusb-related wrapper classes. | |
namespace | Barry |
Project namespace, containing all related functions and classes. |
Definition in file router.h.