#include <opc/ua/client/client.h>#include <opc/ua/node.h>#include <opc/ua/subscription.h>#include <opc/common/logger.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 31 of file example_client.cpp.