31 #ifndef SWRI_PROFILER_TOOLS_ROS_SOURCE_BACKEND_H_
32 #define SWRI_PROFILER_TOOLS_ROS_SOURCE_BACKEND_H_
36 #include <swri_profiler_msgs/ProfileIndexArray.h>
37 #include <swri_profiler_msgs/ProfileDataArray.h>
65 void handleIndex(
const swri_profiler_msgs::ProfileIndexArray &msg);
66 void handleData(
const swri_profiler_msgs::ProfileDataArray &msg);
69 #endif // SWRI_PROFILER_TOOLS_ROS_SOURCE_BACKEND_H_