# Copyright 2005-2007 ECMWF
# 
# Licensed under the GNU Lesser General Public License which
# incorporates the terms and conditions of version 3 of the GNU
# General Public License.
# See LICENSE and gpl-3.0.txt for details.

position startOfHeaders;
ascii[4]      identifier                             ;

alias ls.identifier=identifier;
transient     missingValue   = 9999                  ;
constant ieeeFloats   = 0: edition_specific;
constant zero=0:hidden;



template      section1 "budg/section.1.def"          ;
template      mars_labeling "budg/mars_labeling.def" ;
template      section4 "budg/section.4.def"          ;
ascii[4]      endMark                                ;
position      totalLength;


# This needs to be there for the MARS server, so the totalLength is processed correctly
position      endOfHeadersMaker                      ;
meta lengthOfHeaders evaluate( endOfHeadersMaker-startOfHeaders);
meta md5Headers md5(startOfHeaders,lengthOfHeaders);