2015-12-31 12:44:51 +00:00
|
|
|
# Copyright 2005-2016 ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
#
|
|
|
|
# This software is licensed under the terms of the Apache Licence Version 2.0
|
|
|
|
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
2014-06-21 21:28:40 +00:00
|
|
|
#
|
2013-03-25 12:04:10 +00:00
|
|
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
|
|
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
|
|
|
#
|
|
|
|
|
2014-06-21 21:28:40 +00:00
|
|
|
position offsetSection4;
|
|
|
|
section_length[3] section4Length ;
|
2016-02-03 16:31:23 +00:00
|
|
|
unsigned[1] reservedSection4 = 0;
|
2014-06-21 21:28:40 +00:00
|
|
|
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";
|
2014-06-21 21:28:40 +00:00
|
|
|
|
2016-02-03 16:31:23 +00:00
|
|
|
meta numericValues bufr_data_array(bufrDataEncoded, numberOfSubsets,expandedCodes,expandedFlags, elementsDescriptorsIndex,compressedData,dataKeys) : no_copy;
|
|
|
|
meta stringValues bufr_string_values(numericValues) : no_copy;
|
2014-06-21 21:28:40 +00:00
|
|
|
|
2016-02-03 16:31:23 +00:00
|
|
|
meta unpack unpack_bufr_values(numericValues) : no_copy;
|
|
|
|
meta pack pack_bufr_values(numericValues) : no_copy;
|
2015-06-03 13:52:29 +00:00
|
|
|
|
2013-03-25 12:04:10 +00:00
|
|
|
section_padding section4Padding;
|
2014-06-21 21:28:40 +00:00
|
|
|
position offsetEndSection4;
|
|
|
|
meta md5Data md5(offsetSection4,section4Length);
|
2015-03-02 17:00:24 +00:00
|
|
|
alias dataAccessors=numericValues;
|
2015-02-23 11:13:41 +00:00
|
|
|
|