20#ifndef __METARPROPERTIES_ATIS_ENCODER_HXX
21#define __METARPROPERTIES_ATIS_ENCODER_HXX
25#include <simgear/props/props.hxx>
37 virtual bool isValid()
const override;
38 virtual std::string
airportId()
const override;
39 virtual long getTime()
const override;
45 virtual int getQnh()
const override;
47 virtual bool isCavok()
const override;
53 virtual std::string
getTrend()
const override;
56 SGPropertyNode_ptr _metar;