#include <iostream>
#include <algorithm>
#include <time.h>
#include <thread>
#include <chrono>
#include <opc/ua/node.h>
#include <opc/ua/subscription.h>
#include <opc/ua/server/server.h>
Go to the source code of this file.
Classes | |
class | SubClient |
Subscription client class handles subscription callbacks. More... | |
Functions | |
int | main (int argc, char **argv) |
std::vector< OpcUa::Variant > | MyMethod (NodeId context, std::vector< OpcUa::Variant > arguments) |
void | RunServer () |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 113 of file example_server.cpp.
std::vector<OpcUa::Variant> MyMethod | ( | NodeId | context, |
std::vector< OpcUa::Variant > | arguments | ||
) |
Definition at line 32 of file example_server.cpp.
void RunServer | ( | ) |
Definition at line 40 of file example_server.cpp.