Skip to content

Commit

Permalink
Deprecate SplitCombinedTopicType / CombinedTopicEncodingAndType.
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller committed Dec 6, 2024
1 parent fc90c83 commit 0fc53f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecal/core/include/ecal/ecal_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ namespace eCAL
*
* @return std::pair(encoding, typename).
**/
ECAL_DEPRECATE_SINCE_6_0("Please refactor your code to use SDatatypeInformation. This function will be removed with eCAL 7")
ECAL_API std::pair<std::string, std::string> SplitCombinedTopicType(const std::string& combined_topic_type_);

/**
Expand All @@ -104,6 +105,7 @@ namespace eCAL
*
* @return "Old" typename. ( encoding:typename ).
**/
ECAL_DEPRECATE_SINCE_6_0("Please refactor your code to use SDatatypeInformation. This function will be removed with eCAL 7")
ECAL_API std::string CombinedTopicEncodingAndType(const std::string& topic_encoding_, const std::string& topic_type_);
}
}

0 comments on commit 0fc53f6

Please sign in to comment.