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
const MsgInfo lookupMessage(const std::string &message_type, const std::string submodule="msg")
Definition: msg_lookup.cpp:36


rosserial_server
Author(s): Mike Purvis
autogenerated on Mon Feb 28 2022 23:35:31