|
UniSet @VERSION@
|
#include <JSOPCUAClient.h>
Классы | |
| struct | ResultVar |
| struct | WriteItem |
Открытые типы | |
| enum class | VarType : int { Int32 = 0 , Float = 1 } |
| using | ErrorCode = UA_StatusCode |
Открытые члены | |
| void | setLog (const std::shared_ptr< DebugStream > &log) |
| bool | connect (const std::string &endpoint) |
| bool | connect (const std::string &endpoint, const std::string &user, const std::string &passwd) |
| void | disconnect () noexcept |
| bool | isConnected () const noexcept |
| std::vector< ResultVar > | read (const std::vector< std::string > &nodeIds) |
| ErrorCode | write (const std::vector< WriteItem > &items) |
Облегченная реализация OPC UA клиента для скриптового движка. Поддерживает только подключения и операции read/write.