Goby3  3.1.4
2024.02.22
queue_manager.h File Reference
#include <iosfwd>
#include <list>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <utility>
#include <boost/signals2/signal.hpp>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/message.h>
#include "goby/acomms/dccl/dccl.h"
#include "goby/acomms/protobuf/manipulator.pb.h"
#include "goby/acomms/protobuf/network_ack.pb.h"
#include "goby/acomms/protobuf/queue.pb.h"
#include "goby/util/as.h"
#include "queue.h"
#include "queue_exception.h"

Go to the source code of this file.

Classes

class  goby::acomms::QueueManager
 provides an API to the goby-acomms Queuing Library. More...
 

Namespaces

 goby
 The global namespace for the Goby project.
 
 goby::acomms
 Classes and functions pertaining to acoustic communications (acomms) as well as related marine relevant communications links (such as satellite)
 
 goby::acomms::protobuf
 

Functions

std::ostream & goby::acomms::operator<< (std::ostream &out, const QueueManager &d)
 outputs information about all available messages (same as info_all) More...