File: section.4.def

package info (click to toggle)
eccodes 2.45.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 154,404 kB
  • sloc: cpp: 162,953; ansic: 26,308; sh: 21,742; f90: 6,854; perl: 6,361; python: 5,172; java: 2,226; javascript: 1,427; yacc: 854; fortran: 543; lex: 359; makefile: 283; xml: 183; awk: 66
file content (22 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# (C) Copyright 2005- ECMWF.

position offsetSection4;
section_length[3]       section4Length ;
unsigned[1]     reservedSection4 = 0 : hidden;
position offsetBeforeData;

meta bufrDataEncoded raw(totalLength,section4Length,4) : hidden;

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;

section_padding section4Padding;
position offsetEndSection4;
meta md5Data md5(offsetSection4,section4Length);
alias dataAccessors=numericValues;