25#ifndef GOBY_ACOMMS_ROUTE_ROUTE_H
26#define GOBY_ACOMMS_ROUTE_ROUTE_H
87 std::map<std::uint32_t, QueueManager*> subnet_map_;
provides an API to the goby-acomms Queuing Library.
int find_next_route_hop(int us, int dest)
void handle_out(protobuf::QueuedMessageMeta *meta, const google::protobuf::Message &data_msg, int modem_id)
void handle_in(const protobuf::QueuedMessageMeta &meta, const google::protobuf::Message &data_msg, int modem_id)
void merge_cfg(const protobuf::RouteManagerConfig &cfg)
int find_next_hop(int us, int dest)
void set_cfg(const protobuf::RouteManagerConfig &cfg)
bool is_in_route(int modem_id)
int route_index(int modem_id)
void add_subnet_queue(QueueManager *manager)
Classes and functions pertaining to acoustic communications (acomms) as well as related marine releva...
The global namespace for the Goby project.
util::FlexOstream glog
Access the Goby logger through this object.