26 #include "goby/acomms/protobuf/queue.pb.h" 27 #include "goby/acomms/protobuf/route.pb.h" 28 #include "goby/acomms/queue/queue_manager.h" 51 bool is_in_route(
int modem_id) {
return route_index(modem_id) != -1; }
53 int route_index(
int modem_id);
55 int find_next_hop(
int us,
int dest);
56 int find_next_route_hop(
int us,
int dest);
68 std::map<uint32, QueueManager*> subnet_map_;
provides an API to the goby-acomms Queuing Library.
void add_group(const std::string &name, Colors::Color color=Colors::nocolor, const std::string &description="")
Add another group to the logger. A group provides related manipulator for categorizing log messages...
common::FlexOstream glog
Access the Goby logger through this object.
The global namespace for the Goby project.