#include <opc/ua/client/client.h>
#include <opc/ua/node.h>
#include <opc/ua/subscription.h>
#include <iostream>
#include <stdexcept>
#include <thread>
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) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file example_client.cpp.