#include "node_historizing.h"
#include <open62541/config.h>
#include <open62541/plugin/accesscontrol.h>
#include <open62541/plugin/accesscontrol_default.h>
#include <open62541/plugin/historydata/history_data_gathering.h>
#include <open62541/server_config_default.h>
#include <memory>
Go to the source code of this file.
|
struct | ChimeraTK::ServerConfig |
| This struct represents a server config. If the hole config file is prased, all information will be stored in die struct. Additionally for every necessary variable a default value is set. More...
|
|
struct | ChimeraTK::FolderInfo |
| This struct represents a folder in OPCUA with its own node id and with his parent and child node id. For this FolderInfo are a singly-linked list. More...
|
|
class | ChimeraTK::ua_uaadapter |
| This class provide the opcua server and manage the variable mapping. More...
|
|