opcua_errors.cpp
Go to the documentation of this file.
1 
11 #include <opc/ua/errors.h>
12 #include <opc/common/modules.h>
13 
14 #define OPCUA_CORE_MODULE_ERROR_CODE(code) ERROR_CODE(Common::MODULE_OPCUA_CORE, code)
15 #define OPCUA_CORE_ERROR(name, code, message) Common::ErrorData name(OPCUA_CORE_MODULE_ERROR_CODE(code), message)
16 
17 OPCUA_CORE_ERROR(CannotCreateChannelOnInvalidSocket, 1, "Cannot create socket on invalid socket.");
18 
#define OPCUA_CORE_ERROR(name, code, message)


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:07