ChimeraTK-ControlSystemAdapter-OPCUAAdapter
04.00.01
|
#include "csa_namespace.h"
#include <signal.h>
#include <unistd.h>
#include "ChimeraTK/ControlSystemAdapter/ControlSystemPVManager.h"
#include "csa_opcua_adapter.h"
#include "runtime_value_generator.h"
#include <chrono>
#include <errno.h>
#include <iostream>
#include <stdlib.h>
#include <time.h>
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
runtime_value_generator * | valGen |
csa_opcua_adapter * | csaOPCUA |
int main | ( | ) |
Definition at line 54 of file csa_opcua_adapter_example.cpp.
csa_opcua_adapter* csaOPCUA |
Definition at line 43 of file csa_opcua_adapter_example.cpp.
runtime_value_generator* valGen |
Definition at line 42 of file csa_opcua_adapter_example.cpp.