msg_lookup.h
Go to the documentation of this file.
1 
30 #include <string>
31 #include <stdexcept>
32 
33 namespace rosserial_server
34 {
35 
36 struct MsgInfo
37 {
38  std::string md5sum;
39  std::string full_text;
40 };
41 
42 const MsgInfo lookupMessage(const std::string& message_type, const std::string submodule = "msg");
43 
44 } // namespace rosserial_server
rosserial_server::MsgInfo::md5sum
std::string md5sum
Definition: msg_lookup.h:38
rosserial_server::MsgInfo
Definition: msg_lookup.h:36
rosserial_server::lookupMessage
const MsgInfo lookupMessage(const std::string &message_type, const std::string submodule="msg")
Definition: msg_lookup.cpp:36
rosserial_server::MsgInfo::full_text
std::string full_text
Definition: msg_lookup.h:39
rosserial_server
Definition: async_read_buffer.h:48


rosserial_server
Author(s): Mike Purvis
autogenerated on Wed Mar 2 2022 00:58:14