Utilities for working with ROS message files. More...
Go to the source code of this file.
Namespaces | |
cras | |
Typedefs | |
template<typename M > | |
using | cras::BaseMessage = typename ::ros::ParameterAdapter< M >::Message |
Return the base message type of M (i.e. removes MessageEvent, const, &, shared_ptr etc.). More... | |
template<typename M > | |
using | cras::IsMessageParam = ::ros::message_traits::IsMessage<::cras::BaseMessage< M > > |
Tells whether the given signature designates a ROS message parameters (possibly surrounded by const, &, shared_ptr, MessageEvent etc.). More... | |
Utilities for working with ROS message files.
Definition in file message_utils.hpp.