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 25
25
*/
26
26
// ----------------------------------------------------------------------
27
27
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
30
30
31
31
#include " ur_client_library/primary/robot_message.h"
32
32
@@ -101,6 +101,6 @@ class ErrorCodeMessage : public RobotMessage
101
101
std::string text_;
102
102
};
103
103
} // namespace primary_interface
104
- } // namespace ur_driver
104
+ } // namespace urcl
105
105
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 25
25
*/
26
26
// ----------------------------------------------------------------------
27
27
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
30
30
31
31
#include " ur_client_library/primary/robot_message.h"
32
32
@@ -84,6 +84,6 @@ class RuntimeExceptionMessage : public RobotMessage
84
84
std::string text_;
85
85
};
86
86
} // namespace primary_interface
87
- } // namespace ur_driver
87
+ } // namespace urcl
88
88
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
67
67
return ss.str ();
68
68
}
69
69
} // 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
59
59
return ss.str ();
60
60
}
61
61
} // namespace primary_interface
62
- } // namespace ur_driver
62
+ } // namespace urcl
You can’t perform that action at this time.
0 commit comments