Goby3  3.1.4
2024.02.22
goby::moos::DynamicMOOSVars Class Reference

#include <goby/moos/dynamic_moos_vars.h>

Public Member Functions

const CMOOSMsgget_moos_var (const std::string &s)
 
const CMOOSMsgoperator[] (const std::string &s)
 
void update_moos_vars (const MOOSMSG_LIST &NewMail)
 
void update_moos_vars (const CMOOSMsg &msg)
 
std::map< std::string, CMOOSMsg > & all ()
 

Detailed Description

Definition at line 34 of file dynamic_moos_vars.h.

Member Function Documentation

◆ all()

std::map<std::string, CMOOSMsg>& goby::moos::DynamicMOOSVars::all ( )
inline

Definition at line 50 of file dynamic_moos_vars.h.

◆ get_moos_var()

const CMOOSMsg& goby::moos::DynamicMOOSVars::get_moos_var ( const std::string &  s)
inline

Definition at line 37 of file dynamic_moos_vars.h.

◆ operator[]()

const CMOOSMsg& goby::moos::DynamicMOOSVars::operator[] ( const std::string &  s)
inline

Definition at line 39 of file dynamic_moos_vars.h.

◆ update_moos_vars() [1/2]

void goby::moos::DynamicMOOSVars::update_moos_vars ( const CMOOSMsg msg)
inline

Definition at line 48 of file dynamic_moos_vars.h.

◆ update_moos_vars() [2/2]

void goby::moos::DynamicMOOSVars::update_moos_vars ( const MOOSMSG_LIST &  NewMail)
inline

Definition at line 42 of file dynamic_moos_vars.h.


The documentation for this class was generated from the following file: