QOpcUaContentFilterElementResult Class

OPC UA 콘텐츠 필터 엘리먼트 결과입니다. 더 보기...

Header: #include <QOpcUaContentFilterElementResult>
CMake: find_package(Qt6 REQUIRED COMPONENTS OpcUa)
target_link_libraries(mytarget PRIVATE Qt6::OpcUa)
qmake: QT += opcua

공용 함수

QOpcUaContentFilterElementResult()
QOpcUaContentFilterElementResult(const QOpcUaContentFilterElementResult &rhs)
QList<QOpcUa::UaStatusCode> operandStatusCodes() const
QList<QOpcUa::UaStatusCode> &operandStatusCodesRef()
void setOperandStatusCodes(const QList<QOpcUa::UaStatusCode> &operandStatusCodes)
void setStatusCode(QOpcUa::UaStatusCode statusCode)
QOpcUa::UaStatusCode statusCode() const
QOpcUaContentFilterElementResult &operator=(const QOpcUaContentFilterElementResult &rhs)

상세 설명

QOpcUaContentFilterElementResult는 필터 엘리먼트의 상태 코드와 모든 피연산자를 포함합니다.

멤버 함수 문서

QOpcUaContentFilterElementResult::QOpcUaContentFilterElementResult()

기본값은 매개변수가 설정되지 않은 콘텐츠 필터 요소 결과를 구성합니다.

QOpcUaContentFilterElementResult::QOpcUaContentFilterElementResult(const QOpcUaContentFilterElementResult &rhs)

rhs 에서 콘텐츠 필터 요소 결과를 구성합니다.

QList<QOpcUa::UaStatusCode> QOpcUaContentFilterElementResult::operandStatusCodes() const

필터에 사용된 순서대로 모든 필터 피연산자에 대한 상태 코드를 반환합니다.

setOperandStatusCodes()도 참조하세요 .

QList<QOpcUa::UaStatusCode> &QOpcUaContentFilterElementResult::operandStatusCodesRef()

피연산자 상태 코드에 대한 참조를 반환합니다.

operandStatusCodes()도 참조하세요 .

void QOpcUaContentFilterElementResult::setOperandStatusCodes(const QList<QOpcUa::UaStatusCode> &operandStatusCodes)

모든 필터 피연산자의 상태 코드를 operandStatusCodes 로 설정합니다.

operandStatusCodes()도 참조하세요 .

void QOpcUaContentFilterElementResult::setStatusCode(QOpcUa::UaStatusCode statusCode)

필터 요소의 상태 코드를 statusCode 로 설정합니다.

statusCode()도 참조하세요 .

QOpcUa::UaStatusCode QOpcUaContentFilterElementResult::statusCode() const

필터 요소의 상태 코드를 반환합니다.

setStatusCode()도 참조하세요 .

QOpcUaContentFilterElementResult &QOpcUaContentFilterElementResult::operator=(const QOpcUaContentFilterElementResult &rhs)

이 콘텐츠 필터 요소 결과에서 rhs 의 값을 설정합니다.

© 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.