![]() |
ChimeraTK-ControlSystemAdapter-OPCUAAdapter 04.00.05
|
#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 <errno.h>#include <stdlib.h>#include <time.h>#include <chrono>#include <iostream>
Include dependency graph for csa_opcua_adapter_example.cpp: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 55 of file csa_opcua_adapter_example.cpp.
| csa_opcua_adapter* csaOPCUA |
Definition at line 44 of file csa_opcua_adapter_example.cpp.
| runtime_value_generator* valGen |
Definition at line 43 of file csa_opcua_adapter_example.cpp.