Goby3
3.1.5a
2024.05.23
|
#include <algorithm>
#include <iostream>
#include <locale>
#include <string>
#include <utility>
#include <vector>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/bind/bind.hpp>
#include <boost/circular_buffer.hpp>
#include <boost/lexical_cast/bad_lexical_cast.hpp>
#include <boost/mpl/list.hpp>
#include <boost/smart_ptr/intrusive_ptr.hpp>
#include <boost/statechart/custom_reaction.hpp>
#include <boost/statechart/event.hpp>
#include <boost/statechart/in_state_reaction.hpp>
#include <boost/statechart/result.hpp>
#include <boost/statechart/simple_state.hpp>
#include <boost/statechart/state.hpp>
#include <boost/statechart/state_machine.hpp>
#include <boost/statechart/transition.hpp>
#include "goby/acomms/modemdriver/iridium_driver_common.h"
#include "goby/acomms/protobuf/driver_base.pb.h"
#include "goby/acomms/protobuf/iridium_driver.pb.h"
#include "goby/acomms/protobuf/modem_message.pb.h"
#include "goby/util/as.h"
#include "goby/util/debug_logger/flex_ostream.h"
#include "goby/util/debug_logger/flex_ostreambuf.h"
#include "goby/util/debug_logger/logger_manipulators.h"
#include "goby/acomms/modemdriver/detail/boost_statechart_compat.h"
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) | |
goby::acomms::iridium | |
goby::acomms::iridium::fsm | |
Functions | |
unsigned | goby::acomms::iridium::sbd_csum (const std::string &data) |