Goby3 3.2.3
2025.05.13
|
Go to the source code of this file.
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) | |
Variables | |
const unsigned | goby::acomms::MULTIMESSAGE_MASK = 1 << 7 |
const unsigned | goby::acomms::BROADCAST_MASK = 1 << 6 |
const unsigned | goby::acomms::VAR_ID_MASK = 0xFF ^ MULTIMESSAGE_MASK ^ BROADCAST_MASK |
const unsigned | goby::acomms::USER_FRAME_NEXT_SIZE_BYTES = 1 |
const boost::posix_time::time_duration | goby::acomms::ON_DEMAND_SKEW = boost::posix_time::seconds(1) |