status_codes.cpp
Go to the documentation of this file.
1 
9 
11 
13 
14 #include <stdexcept>
15 #include <string>
16 
18 {
19  if (code == StatusCode::Good)
20  { return; }
21 
22  throw std::runtime_error(OpcUa::ToString(code));
23 }
24 
25 
void CheckStatusCode(StatusCode code)
OpcUa Error codes. GNU LGPL.
std::string ToString(const AttributeId &value)


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