register_meta_types.cpp
Go to the documentation of this file.
1 #include <QMetaType>
2 #include <swri_profiler_msgs/ProfileIndexArray.h>
3 #include <swri_profiler_msgs/ProfileDataArray.h>
4 
5 namespace swri_profiler_tools
6 {
8 {
9  // We need to register our ROS message types with Qt to be able to
10  // pass them in Qt queued signals/slots (across threads).
11  qRegisterMetaType<swri_profiler_msgs::ProfileIndexArray>("swri_profiler_msgs::ProfileIndexArray");
12  qRegisterMetaType<swri_profiler_msgs::ProfileDataArray>("swri_profiler_msgs::ProfileDataArray");
13 }
14 } // namespace swri_profiler_tools
15 


swri_profiler_tools
Author(s):
autogenerated on Fri Nov 27 2020 03:44:18