#include <gtest/gtest.h>#include <chrono>#include <condition_variable>#include <csignal>#include <cstdio>#include <cstdlib>#include <filesystem>#include <mutex>#include <optional>#include <stdexcept>#include <string>#include <thread>#include <vector>#include <sys/socket.h>#include <netinet/in.h>#include <unistd.h>#include <open62541/client_config_default.h>#include <open62541/client_highlevel.h>#include "ifw/core/protocol/open62541/open62541.hpp"Classes | |
| class | Open62541 |
| The Open62541 class. More... | |
Typedefs | |
| using | Variant |
| using | VectorVariant |
Functions | |
| TEST_F (Open62541IntegrationTest, ReadInitialScalars) | |
| TEST_F (Open62541IntegrationTest, WriteAndReadBackScalar) | |
| TEST_F (Open62541IntegrationTest, ReadAndWriteArrays) | |
| TEST_F (Open62541IntegrationTest, CallMethods) | |
| TEST_F (Open62541IntegrationTest, SubscriptionReceivesTempSineUpdates) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| TEST_F | ( | Open62541IntegrationTest | , |
| CallMethods | ) |
| TEST_F | ( | Open62541IntegrationTest | , |
| ReadAndWriteArrays | ) |
| TEST_F | ( | Open62541IntegrationTest | , |
| ReadInitialScalars | ) |
| TEST_F | ( | Open62541IntegrationTest | , |
| SubscriptionReceivesTempSineUpdates | ) |
| TEST_F | ( | Open62541IntegrationTest | , |
| WriteAndReadBackScalar | ) |