File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
include/ur_client_library/primary/robot_message
src/primary/robot_message Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2525 */
2626// ----------------------------------------------------------------------
2727
28- #ifndef UR_RTDE_DRIVER_PRIMARY_ERROR_CODE_MESSAGE_H_INCLUDED
29- #define UR_RTDE_DRIVER_PRIMARY_ERROR_CODE_MESSAGE_H_INCLUDED
28+ #ifndef UR_CLIENT_LIBRARY_PRIMARY_ERROR_CODE_MESSAGE_H_INCLUDED
29+ #define UR_CLIENT_LIBRARY_PRIMARY_ERROR_CODE_MESSAGE_H_INCLUDED
3030
3131#include " ur_client_library/primary/robot_message.h"
3232
@@ -101,6 +101,6 @@ class ErrorCodeMessage : public RobotMessage
101101 std::string text_;
102102};
103103} // namespace primary_interface
104- } // namespace ur_driver
104+ } // namespace urcl
105105
106- #endif // ifndef UR_RTDE_DRIVER_PRIMARY_TEXT_MESSAGE_H_INCLUDED
106+ #endif // ifndef UR_CLIENT_LIBRARY_PRIMARY_TEXT_MESSAGE_H_INCLUDED
Original file line number Diff line number Diff line change 2525 */
2626// ----------------------------------------------------------------------
2727
28- #ifndef UR_RTDE_DRIVER_PRIMARY_RUNTIME_EXCEPTION_MESSAGE_H_INCLUDED
29- #define UR_RTDE_DRIVER_PRIMARY_RUNTIME_EXCEPTION_MESSAGE_H_INCLUDED
28+ #ifndef UR_CLIENT_LIBRARY_PRIMARY_RUNTIME_EXCEPTION_MESSAGE_H_INCLUDED
29+ #define UR_CLIENT_LIBRARY_PRIMARY_RUNTIME_EXCEPTION_MESSAGE_H_INCLUDED
3030
3131#include " ur_client_library/primary/robot_message.h"
3232
@@ -84,6 +84,6 @@ class RuntimeExceptionMessage : public RobotMessage
8484 std::string text_;
8585};
8686} // namespace primary_interface
87- } // namespace ur_driver
87+ } // namespace urcl
8888
89- #endif // ifndef UR_RTDE_DRIVER_PRIMARY_TEXT_MESSAGE_H_INCLUDED
89+ #endif // ifndef UR_CLIENT_LIBRARY_PRIMARY_TEXT_MESSAGE_H_INCLUDED
Original file line number Diff line number Diff line change @@ -67,4 +67,4 @@ std::string ErrorCodeMessage::toString() const
6767 return ss.str ();
6868}
6969} // namespace primary_interface
70- } // namespace ur_driver
70+ } // namespace urcl
Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ std::string RuntimeExceptionMessage::toString() const
5959 return ss.str ();
6060}
6161} // namespace primary_interface
62- } // namespace ur_driver
62+ } // namespace urcl
You can’t perform that action at this time.
0 commit comments