Go to the documentation of this file.
16 std::string
getFullDef(
const std::string& messageType);
23 std::string
getMD5Sum(
const std::string& messageType);
30 bool hasHeader(
const std::string& messageType);
37 std::vector<std::string>
getFieldNames(
const std::string& messageType);
44 std::vector<std::string>
getFieldTypes(
const std::string& messageType);
51 std::string
getMsgFile(
const std::string& messageType);
59 std::string
getMD5Text(
const std::string& messageType);
std::string getMD5Text(const std::string &messageType)
Return the exact text from which the MD5 sum of the message is computed.
std::vector< std::string > getFieldNames(const std::string &messageType)
Return the names of fields of the message type (non-recursive).
std::vector< std::string > getFieldTypes(const std::string &messageType)
Return the types of fields of the message type (non-recursive).
std::string getFullDef(const std::string &messageType)
Return the full recursive definition of the message type - the same as genpy generates.
bool hasHeader(const std::string &messageType)
Tell whether the given message type has a header field.
std::string getMsgFile(const std::string &messageType)
Get the path to the .msg file corresponding to the given message type.
std::string getMD5Sum(const std::string &messageType)
Return the MD5 sum of the message type - the same as genpy generates.
rosmsg_cpp
Author(s): Martin Pecka
autogenerated on Mon Apr 17 2023 02:30:24