AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
AIRSCHED::ScheduleParser Class Reference

#include <airsched/command/ScheduleParser.hpp>

Inheritance diagram for AIRSCHED::ScheduleParser:

List of all members.

Static Public Member Functions

static void generateInventories (const stdair::Filename_T &, stdair::BomRoot &)

Detailed Description

Class wrapping the parser entry point.

Definition at line 21 of file ScheduleParser.hpp.


Member Function Documentation

void AIRSCHED::ScheduleParser::generateInventories ( const stdair::Filename_T &  iFilename,
stdair::BomRoot &  ioBomRoot 
) [static]

Parse the CSV file describing the airline schedules for the simulator, and generates the inventories accordingly.

Parameters:
conststdair::Filename_T& The file-name of the CSV-formatted schedule input file.
stdair::BomRoot&Root of the BOM tree.

Definition at line 18 of file ScheduleParser.cpp.

References AIRSCHED::SegmentPathGenerator::createSegmentPathNetwork(), and AIRSCHED::FlightPeriodFileParser::generateInventories().

Referenced by AIRSCHED::AIRSCHED_Service::parseAndLoad().


The documentation for this class was generated from the following files: