Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
message_algorithms.h File Reference
#include <map>
#include <string>
#include <utility>
#include <vector>
#include <boost/function.hpp>

Go to the source code of this file.

Classes

class  goby::moos::transitional::DCCLAlgorithmPerformer

Namespaces

namespace  goby
 The global namespace for the Goby project.
namespace  goby::moos
namespace  goby::moos::transitional

Typedefs

using goby::moos::transitional::AlgFunction1 = boost::function<void(DCCLMessageVal&)>
 boost::function for a function taking a single DCCLMessageVal reference. Used for algorithm callbacks.
using goby::moos::transitional::AlgFunction2 = boost::function<void(DCCLMessageVal&, const std::vector<DCCLMessageVal>&)>
 boost::function for a function taking a dccl::MessageVal reference, and the MessageVal of a second part of the message. Used for algorithm callbacks.