#include <goby/acomms/acomms_constants.h>
#include <goby/util/sci.h>
#include "jaiabot/exception.h"
#include "jaiabot/messages/link.pb.h"
#include "jaiabot/messages/link_config.pb.h"
Go to the source code of this file.
|
| void | jaiabot::comms::check_bot_id_bounds (int bot_id) |
| |
| void | jaiabot::comms::check_hub_id_bounds (int hub_id) |
| |
| int | jaiabot::comms::hub_modem_id (unsigned subnet_mask, jaiabot::protobuf::Link link, int hub_id=-1) |
| |
| int | jaiabot::comms::hub_id_from_modem_id (int modem_id, unsigned subnet_mask, jaiabot::protobuf::Link link) |
| |
| int | jaiabot::comms::modem_id_from_bot_id (int bot_id, unsigned subnet_mask, jaiabot::protobuf::Link link) |
| |
| int | jaiabot::comms::bot_id_from_modem_id (int modem_id, unsigned subnet_mask) |
| |
| jaiabot::protobuf::Link | jaiabot::comms::link_from_modem_id (int modem_id, unsigned subnet_mask) |
| |
| template<typename DCCLMessageWithLinkField > |
| void | jaiabot::comms::set_link_type (DCCLMessageWithLinkField &msg, int src_modem_id, unsigned subnet_mask) |
| |
| goby::acomms::protobuf::DynamicBufferConfig | jaiabot::comms::buffer_for_link (const jaiabot::protobuf::LinkAwareBufferConfig &link_aware_buffer, jaiabot::protobuf::Link link) |
| |