FC18: Added number gram support to zion interfaces

This commit is contained in:
Willem Cazander 2025-08-25 16:33:54 +02:00
parent dc0f9b2282
commit 8c43b8dd63
7 changed files with 239 additions and 13 deletions

View file

@ -310,8 +310,11 @@ public enum FourCornerDotCake {
// =========== Define document structures and sandworms
FC_DOZEGER_192(0x026800, 512, "Dozeger 192 bit integer"),
FC_DOZIMAL_192(0x026A00, 512, "Dozimal 192 bit decimal"),
/// Reserved Flag4 Structures
__RESERVED_F4(0x026800, 0x026DBE - 0x026800, "Reserved for F4 structures"),
__RESERVED_F4(0x026C00, 0x026DBE - 0x026C00, "Reserved for F4 structures"),
/// Tele Type Ytructure00 zero one Nether Line
FC_F4TTY0001_NL(0x026DBE, 1, FCDotF4TTY0001DashNL.values(), "Flag4 TTY00 zero one Nether Line"),