#include "daemon.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <syslog.h>
#include <string.h>
#include <mutex>
#include <condition_variable>
#include <iostream>
#include <signal.h>
Go to the source code of this file.
Namespaces | |
namespace | OpcUa |
OPC UA Address space part. GNU LGPL. |