You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
font-size: 14px; /* Adjust this value as needed */
669
+
}
670
+
671
+
.nav-pane a:hover {
672
+
background-color: #ddd;
673
+
}
674
+
675
+
/* Scrollable Content Area */
676
+
.content {
677
+
margin-left: 250px; /* Same width as nav */
678
+
padding: 20px;
679
+
overflow-y: auto;
680
+
height: 100vh;
681
+
flex-grow: 1;
682
+
}
683
+
684
+
/* Example section styling */
685
+
.section {
686
+
padding: 20px;
687
+
border-bottom: 2px solid #ddd;
688
+
margin-bottom: 20px;
689
+
}
690
+
</style>
633
691
</head>
634
-
<body>
635
-
<em>The following tables describe the binary encodings of the data model using the ACN Encoding Rules.
636
-
</em><br/><br/>
637
-
$arrsFiles1;separator=" <br/>\n"$
638
-
639
-
<hr />
640
-
$if(bAcnParamsMustBeExplained)$
641
-
<a name="ACN_PARAMS_EXPLAINED123"></a>
642
-
<em>ACN Parameters</em><br/>
643
-
In the standard ASN.1 encodings such as uPER, BER etc, the encoding and decoding of any type has no external dependencies. For example, the encoded data for a SEQUENCE OF depends on the number of items in the SEQUENCE OF (the length determinant) and the type of item contained in the SEQUENCE. On the other hand, ACN allows types to be parameterized. For instance, the length of a SEQUENCE OF may be determined by the value of an external field. In this case, the SEQUENCE OF is parameterized and the input parameter is the field providing the length.
644
-
<hr />
645
-
<br/>
646
-
$endif$
647
692
648
-
$arrsFiles2;separator="\n"$
693
+
<body>
649
694
650
-
$arrsFiles3;separator="\n"$
695
+
<!-- Left Navigation Pane -->
696
+
<nav class="nav-pane">
697
+
<h3>Navigation</h3>
698
+
$navLinks;separator=" <br/>\n"$
699
+
</nav>
700
+
701
+
<!-- Scrollable Content Area -->
702
+
<div class="content">
703
+
<em>The following tables describe the binary encodings of the data model using the ACN Encoding Rules.
704
+
</em><br/><br/>
705
+
$arrsFiles1;separator=" <br/>\n"$
706
+
707
+
<hr />
708
+
$if(bAcnParamsMustBeExplained)$
709
+
<a name="ACN_PARAMS_EXPLAINED123"></a>
710
+
<em>ACN Parameters</em><br/>
711
+
In the standard ASN.1 encodings such as uPER, BER etc, the encoding and decoding of any type has no external dependencies. For example, the encoded data for a SEQUENCE OF depends on the number of items in the SEQUENCE OF (the length determinant) and the type of item contained in the SEQUENCE. On the other hand, ACN allows types to be parameterized. For instance, the length of a SEQUENCE OF may be determined by the value of an external field. In this case, the SEQUENCE OF is parameterized and the input parameter is the field providing the length.
0 commit comments