#include "common.h"#include <gtest/gtest.h>#include <opc/ua/attribute_ids.h>#include <opc/ua/object_ids.h>#include <opc/ua/protocol/attribute.h>#include <opc/ua/protocol/binary/stream.h>#include <opc/ua/protocol/endpoints.h>#include <opc/ua/client/remote_connection.h>#include <opc/ua/protocol/secure_channel.h>#include <opc/ua/protocol/session.h>#include <opc/ua/protocol/view.h>
Go to the source code of this file.
Functions | |
| void | ActivateSession (OpcUa::Binary::IOStream &stream, const OpcUa::Binary::CreateSessionResponse &session) |
| void | CloseSession (OpcUa::Binary::IOStream &stream, const OpcUa::Binary::CreateSessionResponse &session) |
| OpcUa::Binary::CreateSessionResponse | CreateSession (OpcUa::Binary::IOStream &stream) |
| EndpointDescription | GetEndpoint (OpcUa::Binary::IOStream &stream) |
| std::string | GetEndpointUrl () |
| TEST_F (OpcBinaryHandshake, EstablishConnection) | |
| TEST_F (OpcBinaryHandshake, SayingHello) | |
| TEST_F (OpcBinaryHandshake, OpenSecureChannel_PolicyNone) | |
| TEST_F (OpcBinaryHandshake, GetEndpoints) | |
| TEST_F (OpcBinaryHandshake, GetCreateSession) | |
| TEST_F (OpcBinaryHandshake, ActivateSession) | |
| TEST_F (OpcBinaryHandshake, CloseSession) | |
| TEST_F (OpcBinaryHandshake, Browse) | |
| TEST_F (OpcBinaryHandshake, Read) | |
| TEST_F (OpcBinaryHandshake, Write) | |
| void ActivateSession | ( | OpcUa::Binary::IOStream & | stream, |
| const OpcUa::Binary::CreateSessionResponse & | session | ||
| ) |
Definition at line 292 of file binary_handshake.cpp.
| void CloseSession | ( | OpcUa::Binary::IOStream & | stream, |
| const OpcUa::Binary::CreateSessionResponse & | session | ||
| ) |
Definition at line 282 of file binary_handshake.cpp.
Definition at line 195 of file binary_handshake.cpp.
| EndpointDescription GetEndpoint | ( | OpcUa::Binary::IOStream & | stream | ) |
Definition at line 137 of file binary_handshake.cpp.
| std::string GetEndpointUrl | ( | ) |
Definition at line 89 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| EstablishConnection | |||
| ) |
Definition at line 41 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| SayingHello | |||
| ) |
Definition at line 54 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| OpenSecureChannel_PolicyNone | |||
| ) |
Definition at line 96 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| GetEndpoints | |||
| ) |
Definition at line 112 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| GetCreateSession | |||
| ) |
Definition at line 152 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| ActivateSession | |||
| ) |
Definition at line 221 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| CloseSession | |||
| ) |
Definition at line 248 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| Browse | |||
| ) |
Definition at line 304 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| Read | |||
| ) |
Definition at line 360 of file binary_handshake.cpp.
| TEST_F | ( | OpcBinaryHandshake | , |
| Write | |||
| ) |
Definition at line 405 of file binary_handshake.cpp.