diff --git a/data_tamer_cpp/include/data_tamer/channel.hpp b/data_tamer_cpp/include/data_tamer/channel.hpp index 9c5fa2f..6cee1a5 100644 --- a/data_tamer_cpp/include/data_tamer/channel.hpp +++ b/data_tamer_cpp/include/data_tamer/channel.hpp @@ -9,6 +9,7 @@ namespace DataTamer { +using SerializeMe::has_TypeDefinition; // Utility inline std::chrono::nanoseconds NsecSinceEpoch() @@ -73,7 +74,7 @@ class LogChannel : public std::enable_shared_from_this * @param value pointer to the value * @return the ID to be used to unregister or enable/disable this value. */ - template + template RegistrationID registerValue(const std::string& name, const T* value); /** @@ -85,7 +86,8 @@ class LogChannel : public std::enable_shared_from_this * @param value pointer to the vectors of values. * @return the ID to be used to unregister or enable/disable the values. */ - template