Skip to content

Commit

Permalink
using separate conversion functions
Browse files Browse the repository at this point in the history
  • Loading branch information
104H committed May 26, 2023
1 parent 1df42a9 commit a0a9d25
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,6 @@ class CorePbConversion
* @param queryCore query message in seerep core format
*/
static void fromFbQueryMaxNumData(const seerep::pb::Query& query, seerep_core_msgs::Query& queryCore);

/**
* @brief Convert Pb datatype to a vector containing core message datatypes
*
* @param datatype protobuf datatype
* @param dtCore std::vector<seerep_core_msgs::Datatype> vector of core msg datatype
*/
void fromPbDatatypeVector(const seerep::datatype& datatype, std::vector<seerep_core_msgs::Datatype>& dtCore);
};

} // namespace seerep_core_pb
Expand Down

0 comments on commit a0a9d25

Please sign in to comment.