Goby3
3.1.5a
2024.05.23
|
#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 | |
goby | |
The global namespace for the Goby project. | |
goby::moos | |
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. More... | |
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. More... | |