From 230b791c01efd57ee9b5748a952fef107aeb4e7b Mon Sep 17 00:00:00 2001 From: Kevin Dinkel <1225857+dinkelk@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:56:05 -0700 Subject: [PATCH] fixing style issue with packed_f64.record.yaml --- src/types/packed_types/packed_f64.record.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/types/packed_types/packed_f64.record.yaml b/src/types/packed_types/packed_f64.record.yaml index 48b42b18..4111b3a4 100644 --- a/src/types/packed_types/packed_f64.record.yaml +++ b/src/types/packed_types/packed_f64.record.yaml @@ -1,7 +1,11 @@ --- description: Single component record for holding packed 64-bit floating point number. +with: + - Interfaces +preamble: | + subtype Float_64 is Interfaces.IEEE_Float_64; fields: - name: Value description: The 64-bit floating point number. - type: Interfaces.IEEE_Float_64 + type: Float_64 format: F64