]> Kevux Git Server - fll/commitdiff
Bugfix: Mistakes in the FSS-000f Simple Packet specification.
authorKevin Day <thekevinday@gmail.com>
Sat, 2 Sep 2023 14:27:31 +0000 (09:27 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 2 Sep 2023 14:27:31 +0000 (09:27 -0500)
The "Size Block Structure" section has the wrong example.
Fix the example to display the Size Block structure, which is a 32-bit digit.

Change the "Control Block Structure" section to use "size" annotations rather than bit examples.

specifications/fss-000f.txt

index 685e6a49d43d419ed0541eed03c4ce5879a1386f..1f4b973b4559597665980756773b7b1e4c16e299 100644 (file)
@@ -28,7 +28,7 @@ Featureless Settings Specification: 000f - Simple Packet:
   Control Block Structure\:
     code:"
     [ Endianness Bit ] [ String / Binary Bit ] [ Remaining 6 bits (unused) ]
-    [ 0b0            ] [ 0b0                 ] [ 0b000000                  ]
+    [ size: 2^1      ] [ size: 2^1           ] [ size: 2^6                 ]
     "
 
   The endianness bit designates whether or not the packet is in big endian or little endian format.
@@ -48,8 +48,8 @@ Featureless Settings Specification: 000f - Simple Packet:
 
   Size Block Structure\:
     code:"
-    [ Endianness Bit ] [ String / Binary Bit ] [ Remaining 6 bits (unused) ]
-    [ 0b0            ] [ 0b0                 ] [ 0b000000                  ]
+    [ Size Block ]
+    [ size: 2^4  ]
     "
 
   The bold:"Size Block" is an unsigned 32-bit integer representing the size of the entire packet, including the bold:"Control Block" and bold:"Size Block".