1 #ifndef DBALLE_CMDLINE_CONVERSION_H 2 #define DBALLE_CMDLINE_CONVERSION_H 4 #include <dballe/cmdline/processor.h> 23 const char* dest_rep_memo;
24 const char* dest_template;
25 bool bufr2netcdf_categories;
29 Converter() : file(0), dest_rep_memo(0), dest_template(0), bufr2netcdf_categories(
false), exporter(0) {}
45 void process_bufrex_msg(
const BinaryMessage& orig,
const wreport::Bulletin& msg);
57 void process_dba_msg_from_bulletin(
const BinaryMessage& orig,
const wreport::Bulletin& bulletin,
const Messages& msgs);
Definition: processor.h:97
Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it
Definition: cmdline.h:17
Definition: processor.h:80
Binary message.
Definition: file.h:131
Ordered collection of messages.
Definition: message.h:64
Definition: conversion.h:6
Definition: conversion.h:20
Message exporter.
Definition: codec.h:104
File object for doing I/O on binary message streams.
Definition: file.h:17