From eb15f7fc5e461c71a8d397d8fb34c27976876946 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 16 Feb 2019 09:21:11 +0100 Subject: Add FIG2 options for character field and text control --- src/fig/FIG2.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/fig/FIG2.h') diff --git a/src/fig/FIG2.h b/src/fig/FIG2.h index 6fad658..ee3fed9 100644 --- a/src/fig/FIG2.h +++ b/src/fig/FIG2.h @@ -145,7 +145,7 @@ struct FIGtype2_4_Data_Identifier { uint32_t SId; } PACKED; -struct FIG2_Extended_Label { +struct FIG2_Extended_Label_WithCharacterFlag { uint8_t Rfa:4; uint8_t SegmentCount:3; uint8_t EncodingFlag:1; @@ -153,6 +153,12 @@ struct FIG2_Extended_Label { uint16_t CharacterFlag; } PACKED; +struct FIG2_Extended_Label_WithTextControl { + uint8_t TextControl:4; + uint8_t SegmentCount:3; + uint8_t EncodingFlag:1; +} PACKED; + #ifdef _WIN32 # pragma pack(pop) #endif -- cgit v1.2.3