summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter1-basics/instrument-cluster.qface
blob: 4f8d20d3d45a4bbf82d66ae5b33a5a8c728be742 (plain)
1
2
3
4
5
module Example.IVI.InstrumentClusterModule 1.0

interface InstrumentCluster {
    int speed;
}