ChimeraTK-ControlSystemAdapter-OPCUAAdapter  04.00.01
ua_adapter.cpp File Reference
#include "void_type.h"
#include <open62541/plugin/historydata/history_data_backend_memory.h>
#include <open62541/plugin/historydata/history_data_gathering_default.h>
#include <open62541/plugin/historydata/history_database_default.h>
#include <open62541/plugin/historydatabase.h>
#include <open62541/plugin/log_stdout.h>
#include <open62541/server.h>
#include "csa_namespace.h"
#include "loggingLevel_type.h"
#include "unistd.h"
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
#include "csa_additionalvariable.h"
#include "csa_config.h"
#include "csa_processvariable.h"
#include "ua_adapter.h"
#include "ua_map_types.h"
#include "xml_file_handler.h"
#include <functional>
#include <regex>
#include <string>
+ Include dependency graph for ua_adapter.cpp:

Go to the source code of this file.

Namespaces

 ChimeraTK
 

Macros

#define xstr(a)   str(a)
 
#define str(a)   #a
 

Macro Definition Documentation

◆ str

#define str (   a)    #a

Definition at line 52 of file ua_adapter.cpp.

◆ xstr

#define xstr (   a)    str(a)

Definition at line 51 of file ua_adapter.cpp.