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 Jun 2, 2023
1 parent bbbd625 commit 3d44135
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,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 3d44135

Please sign in to comment.