Goby v2
|
Public Member Functions | |
void | set_var (std::string var) |
void | set_format (std::string format) |
void | set_use_all_names (bool use_all_names) |
void | set_type (DCCLCppType type) |
void | add_name (const std::string &name) |
void | add_message_var (boost::shared_ptr< DCCLMessageVar > mv) |
void | add_algorithms (const std::vector< std::string > algorithms) |
std::string | var () const |
std::string | format () const |
bool | format_set () const |
bool | use_all_names () const |
DCCLCppType | type () const |
std::vector< boost::shared_ptr< DCCLMessageVar > > const & | message_vars () const |
std::vector< std::string > const & | names () const |
std::vector< std::vector< std::string > > const & | algorithms () const |
void | initialize (const DCCLMessage &msg) |
Definition at line 46 of file message_publish.h.