Goby3
3.1.5a
2024.05.23
|
#include <goby/moos/middleware/moos_plugin_translator.h>
Classes | |
class | MOOSInterface |
Public Member Functions | |
TranslatorBase (const goby::apps::moos::protobuf::GobyMOOSGatewayConfig &config) | |
Protected Member Functions | |
std::string | translator_name () |
MOOSInterface & | moos () |
void | loop () |
Friends | |
bool | TranslatorOnConnectCallBack (void *TranslatorBase) |
Definition at line 53 of file moos_plugin_translator.h.
goby::moos::TranslatorBase::TranslatorBase | ( | const goby::apps::moos::protobuf::GobyMOOSGatewayConfig & | config | ) |
|
protected |
|
inlineprotected |
Definition at line 127 of file moos_plugin_translator.h.
|
inlineprotected |
Definition at line 59 of file moos_plugin_translator.h.
|
friend |