#include <airinv/command/FRAT5ParserHelper.hpp>
Classes | |
struct | definition |
Public Member Functions | |
FRAT5Parser (stdair::BomRoot &, FRAT5Struct &) |
Public Attributes | |
stdair::BomRoot & | _bomRoot |
FRAT5Struct & | _frat5 |
CurveKey; FRAT5Curve; F1; 63:1.40; 56:1.45; 49:1.50; 42:1.55; 35:1.60; 31:1.70; 27:1.80; 23:2.00; 19:2.30; 16:2.60; 13:3.00; 10:3.30; 7:3.40; 5:3.44; 3:3.47; 1:3.50;
Grammar: Curve ::= Key ';' FRAT5Map EndOfCurve Key ::= string FRAT5Map ::= DTDValuePaire (';' DTDValuePaire)* DTDValuePaire ::= DTD ':' FRAT5Value EndOfCurve ::= ';' Grammar for the FRAT5 curve parser.
Definition at line 89 of file FRAT5ParserHelper.hpp.
AIRINV::FRAT5ParserHelper::FRAT5Parser::FRAT5Parser | ( | stdair::BomRoot & | ioBomRoot, |
FRAT5Struct & | ioFRAT5 | ||
) |
Definition at line 115 of file FRAT5ParserHelper.cpp.
stdair::BomRoot& AIRINV::FRAT5ParserHelper::FRAT5Parser::_bomRoot |
Definition at line 107 of file FRAT5ParserHelper.hpp.
FRAT5Struct& AIRINV::FRAT5ParserHelper::FRAT5Parser::_frat5 |
Definition at line 108 of file FRAT5ParserHelper.hpp.