RosMsgPrinter.h
Go to the documentation of this file.
00001 #ifndef ROS_MSG_PRINTER_H
00002 #define ROS_MSG_PRINTER_H
00003 
00004 #include <r2_msgs/PowerState.h>
00005 #include <r2_msgs/JointControlData.h>
00006 
00007 namespace RosMsgPrinter
00008 {
00009     std::string powerStateToString(const r2_msgs::PowerState& powerState);
00010     std::string jointControlModeToString(const r2_msgs::JointControlMode& controlMode);
00011     std::string jointControlCommandModeToString(const r2_msgs::JointControlCommandMode& commandMode);
00012     std::string jointControlCalibrationModeToString(const r2_msgs::JointControlCalibrationMode& calibrationMode);
00013     std::string jointControlClearFaultModeToString(const r2_msgs::JointControlClearFaultMode& clearFaultMode);
00014     std::string jointControlCoeffsLoadedStateToString(const r2_msgs::JointControlCoeffState& coeffState);
00015 
00016 } //RosMsgPrinter
00017 
00018 #endif // ROS_MSG_PRINTER_H


r2_msgs
Author(s):
autogenerated on Sat Jun 15 2019 19:22:12