C
Monitor: Verifying the Rendering Output
// Copyright (C) 2022 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial // This file is part of the Qt Safe Renderer module #ifndef CONTROLLER_H #define CONTROLLER_H #include "qsafeglobal.h" quint32 getCurrentTargetId(void); quint32 getCurrentStateId(void); quint32 getStateId(const quint32 item); void updateState(void); void getNextEventStateMessage(qchar *buf, size_t len); #endif