|
Goby3 3.3.0
2025.07.10
|
#include <boost/signals2/signal.hpp>#include <boost/smart_ptr/shared_ptr.hpp>#include <chrono>#include <iosfwd>#include <list>#include <string>#include "goby/acomms/protobuf/amac_config.pb.h"#include "goby/acomms/protobuf/modem_message.pb.h"#include "goby/time/system_clock.h"Go to the source code of this file.
Classes | |
| class | goby::acomms::MACManager |
| provides an API to the goby-acomms MAC library. MACManager is essentially a std::list<protobuf::ModemTransmission> plus a timer. More... | |
Namespaces | |
| namespace | goby |
| The global namespace for the Goby project. | |
| namespace | goby::acomms |
| Classes and functions pertaining to acoustic communications (acomms) as well as related marine relevant communications links (such as satellite) | |
| namespace | goby::acomms::protobuf |
Functions | |
Acoustic MAC Library callback function type definitions | |
| std::ostream & | goby::acomms::operator<< (std::ostream &os, const MACManager &mac) |