QOpcUaBrowsePathTarget Class
OPC UA BrowsePathTarget. 더 보기...
Header: | #include <QOpcUaBrowsePathTarget> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS OpcUa) target_link_libraries(mytarget PRIVATE Qt6::OpcUa) |
qmake: | QT += opcua |
공용 함수
QOpcUaBrowsePathTarget() | |
QOpcUaBrowsePathTarget(const QOpcUaBrowsePathTarget &rhs) | |
bool | isFullyResolved() const |
quint32 | remainingPathIndex() const |
void | setRemainingPathIndex(quint32 remainingPathIndex) |
void | setTargetId(const QOpcUaExpandedNodeId &targetId) |
QOpcUaExpandedNodeId | targetId() const |
QOpcUaExpandedNodeId & | targetIdRef() |
QOpcUaBrowsePathTarget & | operator=(const QOpcUaBrowsePathTarget &rhs) |
bool | operator==(const QOpcUaBrowsePathTarget &rhs) const |
멤버 함수 문서
QOpcUaBrowsePathTarget::QOpcUaBrowsePathTarget()
기본값은 매개변수를 설정하지 않고 찾아보기 경로 대상을 구성합니다.
QOpcUaBrowsePathTarget::QOpcUaBrowsePathTarget(const QOpcUaBrowsePathTarget &rhs)
rhs 에서 찾아보기 경로 대상을 구성합니다.
bool QOpcUaBrowsePathTarget::isFullyResolved() const
찾아보기 경로가 완전히 확인되면 true
을 반환합니다.
quint32 QOpcUaBrowsePathTarget::remainingPathIndex() const
찾아보기 경로에서 처리되지 않은 첫 번째 요소의 인덱스를 반환합니다. 경로를 끝까지 따라간 경우 남은 경로 인덱스의 최대값은 quint32입니다.
setRemainingPathIndex() 및 QOpcUaBrowsePathTarget::targetId()도 참조하세요 .
void QOpcUaBrowsePathTarget::setRemainingPathIndex(quint32 remainingPathIndex)
나머지 경로 인덱스를 remainingPathIndex 로 설정합니다.
remainingPathIndex()도 참조하세요 .
void QOpcUaBrowsePathTarget::setTargetId(const QOpcUaExpandedNodeId &targetId)
대상 노드의 노드 ID를 targetId 로 설정합니다.
targetId()도 참조하세요 .
QOpcUaExpandedNodeId QOpcUaBrowsePathTarget::targetId() const
서버가 추적할 수 있었던 마지막 참조의 대상을 반환합니다. 참조가 외부 서버로 연결되는 경우 targetId는 해당 서버의 첫 번째 노드 아이디입니다.
setTargetId() 및 QOpcUaBrowsePathTarget::remainingPathIndex 을참조하세요 .
QOpcUaExpandedNodeId &QOpcUaBrowsePathTarget::targetIdRef()
대상 ID에 대한 참조를 반환합니다.
QOpcUaBrowsePathTarget &QOpcUaBrowsePathTarget::operator=(const QOpcUaBrowsePathTarget &rhs)
이 찾아보기 경로 대상에서 rhs 값을 설정합니다.
bool QOpcUaBrowsePathTarget::operator==(const QOpcUaBrowsePathTarget &rhs) const
이 찾아보기 경로 대상이 rhs 과 같은 값인 경우 true
을 반환합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.