Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
freeopcua
include
opc
common
interface.h
Go to the documentation of this file.
1
11
#ifndef __OPC_UA_INTERFACE_BASE_H__
12
#define __OPC_UA_INTERFACE_BASE_H__
13
14
namespace
Common
15
{
16
17
class
Interface
18
{
19
protected
:
20
Interface
() {}
21
22
virtual
~Interface
() {}
23
24
Interface
(
const
Interface
&) =
delete
;
25
const
Interface
&
operator=
(
const
Interface
&) =
delete
;
26
};
27
28
}
29
30
#endif // __OPC_UA_INTERFACE_BASE_H__
31
Common
Addon interface definition GNU LGPL.
Definition:
common/addons_core/addon.h:19
Common::Interface
Definition:
interface.h:17
Common::Interface::~Interface
virtual ~Interface()
Definition:
interface.h:22
Common::Interface::Interface
Interface()
Definition:
interface.h:20
Common::Interface::operator=
const Interface & operator=(const Interface &)=delete
ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:06