-
Notifications
You must be signed in to change notification settings - Fork 0
/
viestin_json_rakenne.tex
96 lines (95 loc) · 2.45 KB
/
viestin_json_rakenne.tex
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
\chapter{Viestistä prosessoitu JSON-rakenne}
\label{ch:report-json-format}
\begin{lstlisting}[caption={Viestin prosessoitu JSON-rakenne.},label={lst:json-rakenne},numbers=left]
{
"dataSetName": "LD0_CTRL/LLN0$StatUrg",
"sequenceNumber": 0,
"confRevision": null,
"timestamp": 1534993167923,
"bufferOverflow": false,
"values": [
{
"reasonForInclusion": "GI",
"mmsReference": "LD0_CTRL/CBCILO1$ST$EnaCls",
"reference": "LD0_CTRL/CBCILO1.EnaCls",
"functionalConstraint": "ST",
"values": [
{
"reference": "LD0_CTRL/CBCILO1.EnaCls.stVal",
"type": "boolean",
"value": false
},
{
"reference": "LD0_CTRL/CBCILO1.EnaCls.q",
"type": "bit-string",
"size": 13,
"valueLittleEndian": 0,
"valueBigEndian": 0
},
{
"reference": "LD0_CTRL/CBCILO1.EnaCls.t",
"type": "utc-time",
"value": 1534845456
}
]
},
{
"reasonForInclusion": "GI",
"mmsReference": "LD0_CTRL/CBCSWI1$ST$Loc",
"reference": "LD0_CTRL/CBCSWI1.Loc",
"functionalConstraint": "ST",
"values": [
{
"reference": "LD0_CTRL/CBCSWI1.Loc.stVal",
"type": "boolean",
"value": true
},
{
"reference": "LD0_CTRL/CBCSWI1.Loc.q",
"type": "bit-string",
"size": 13,
"valueLittleEndian": 0,
"valueBigEndian": 0
},
{
"reference": "LD0_CTRL/CBCSWI1.Loc.t",
"type": "utc-time",
"value": 1534845456
}
]
},
{
"reasonForInclusion": "GI",
"mmsReference": "LD0_CTRL/CBCSWI1$ST$Pos",
"reference": "LD0_CTRL/CBCSWI1.Pos",
"functionalConstraint": "ST",
"values": [
{
"reference": "LD0_CTRL/CBCSWI1.Pos.stVal",
"type": "bit-string",
"size": 2,
"valueLittleEndian": 0,
"valueBigEndian": 0
},
{
"reference": "LD0_CTRL/CBCSWI1.Pos.q",
"type": "bit-string",
"size": 13,
"valueLittleEndian": 2,
"valueBigEndian": 2048
},
{
"reference": "LD0_CTRL/CBCSWI1.Pos.t",
"type": "utc-time",
"value": 1534845480
},
{
"reference": "LD0_CTRL/CBCSWI1.Pos.stSeld",
"type": "boolean",
"value": false
}
]
}
]
}
\end{lstlisting}