-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
81 lines (75 loc) · 3.06 KB
/
index1.html
File metadata and controls
81 lines (75 loc) · 3.06 KB
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
<html>
<head>
<title>HTML Generator Sample Page</title>
<link rel="stylesheet" href="main1.css">
</head>
<body>
<h1>COMUNICATION MATRIX</h1>
<ol style="list-style-type: upper-roman;">
<li>
<h2> Messages</h2>
<ol>
<li>
<h3> MID1 </h3>
<table >
<thead >
<th> MID</th>
<th> Name</th>
<th>Length[bits]</th>
<th>Type</th>
<th>Default</th>
<th>Description</th>
</thead>
<tbody >
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td></td>
</tbody>
</table>
</li>
<li>
<h3> MID2 </h3>
</li>
</ol>
</li>
<li>
<h2>Packets</h2>
<ol>
<li>
<h3>PID</h3>
<table >
<thead >
<th> PID</th>
<th>Name</th>
<th>Length[bits]</th>
<th>Description</th>
</thead>
<tbody >
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tbody>
</table>
</li>
<h4>Packet message map</h4>
<table>
<thead>
<th>Position[bits]</th>
<th>MID</th>
<th>Message name</th>
</thead>
<tbody>
<td> </td>
<td> </td>
<td> </td>
</tbody>
</table>
</ol>
</li>
</ol>
</body>
</html>