VibrationFact.json 765 Bytes
Newer Older
1
[
2
{
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
    "name":             "xAxis",
    "shortDescription": "Vibe xAxis",
    "type":             "double",
    "decimalPlaces":    1
},
{
    "name":             "yAxis",
    "shortDescription": "Vibe yAxis",
    "type":             "double",
    "decimalPlaces":    1
},
{
    "name":             "zAxis",
    "shortDescription": "Vibe zAxis",
    "type":             "double",
    "decimalPlaces":    1
},
{
    "name":             "clipCount1",
    "shortDescription": "Clip Count (1)",
    "type":             "uint32"
},
{
    "name":             "clipCount2",
    "shortDescription": "Clip Count (2)",
    "type":             "uint32"
},
{
    "name":             "clipCount3",
    "shortDescription": "Clip Count (3)",
    "type":             "uint32"
34
}
35
]