C
Qt Quick Ultralite Automotive Cluster Demo
// Copyright (C) 2024 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef SMFWD_H #define SMFWD_H #include "statemachine.h" #include "simulation/stateid.h" namespace Simulation { typedef StateMachine<StateId, NUM_STATES, Layer, NUM_LAYERS> Machine; } #endif // SMFWD_H