#include <profiler_msg_adapter.h>
Public Member Functions | |
bool | processData (NewProfileDataVector &out_data, const swri_profiler_msgs::ProfileDataArray &msg) |
void | processIndex (const swri_profiler_msgs::ProfileIndexArray &msg) |
ProfilerMsgAdapter () | |
void | reset () |
~ProfilerMsgAdapter () | |
Private Attributes | |
std::map< QString, std::map < int, QString > > | index_ |
Definition at line 42 of file profiler_msg_adapter.h.
Definition at line 6 of file profiler_msg_adapter.cpp.
Definition at line 10 of file profiler_msg_adapter.cpp.
bool swri_profiler_tools::ProfilerMsgAdapter::processData | ( | NewProfileDataVector & | out_data, |
const swri_profiler_msgs::ProfileDataArray & | msg | ||
) |
Definition at line 45 of file profiler_msg_adapter.cpp.
void swri_profiler_tools::ProfilerMsgAdapter::processIndex | ( | const swri_profiler_msgs::ProfileIndexArray & | msg | ) |
Definition at line 14 of file profiler_msg_adapter.cpp.
Definition at line 82 of file profiler_msg_adapter.cpp.
std::map<QString, std::map<int, QString> > swri_profiler_tools::ProfilerMsgAdapter::index_ [private] |
Definition at line 46 of file profiler_msg_adapter.h.