Goby3
3.1.5a
2024.05.23
|
Go to the source code of this file.
Namespaces | |
goby | |
The global namespace for the Goby project. | |
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) |