eccodes/definitions/bufr/section.4.def

23 lines
786 B
Modula-2
Raw Permalink Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
position offsetSection4;
section_length[3] section4Length ;
unsigned[1] reservedSection4 = 0 : hidden;
position offsetBeforeData;
2016-02-04 17:43:27 +00:00
meta bufrDataEncoded raw(totalLength,section4Length,4) : hidden;
2015-06-08 14:12:30 +00:00
2016-02-03 16:31:23 +00:00
template dataKeys "bufr/dataKeys.def";
meta numericValues bufr_data_array(bufrDataEncoded, numberOfSubsets,expandedCodes,expandedFlags, elementsDescriptorsIndex,compressedData,dataKeys) : no_copy,hidden;
meta stringValues bufr_string_values(numericValues) : no_copy,hidden;
meta unpack unpack_bufr_values(numericValues) : no_copy,hidden;
meta pack pack_bufr_values(numericValues) : no_copy,hidden;
2015-06-03 13:52:29 +00:00
2013-03-25 12:04:10 +00:00
section_padding section4Padding;
position offsetEndSection4;
meta md5Data md5(offsetSection4,section4Length);
2015-03-02 17:00:24 +00:00
alias dataAccessors=numericValues;