aboutsummaryrefslogtreecommitdiff
path: root/test/emit_test/emit_test.fbs
blob: 973c1115d1aa4a9c45902dec6f744e7451a58042 (plain)
1
2
3
4
5
6
table main {
    time: long;
    device: ubyte;
    samples: [float];
}