1airsched(1)                 General Commands Manual                airsched(1)
2
3
4

NAME

6       airsched - Binary executable for the C++ Simulated Airline Schedule
7       Manager Library
8

SYNOPSIS

10       airsched [--prefix] [-v|--version] [-h|--help] [-b|--builtin]
11       [-i|--input <path-to-input>] [-l|--log <path-to-output-log-file>]
12

DESCRIPTION

14       airsched is a small program showing how to use the Airsched library.
15
16       airsched accepts the following options:
17
18       --prefix
19        Show the Airsched installation prefix.
20
21       -v, --version
22        Print the currently installed version of Airsched on the standard
23       output.
24
25       -h, --help
26        Produce that message and show usage.
27
28       -b, --builtin
29        The sample BOM tree can be either built-in or parsed from input files.
30       In that latter case, the -i/--input option must be specified as well
31
32       -i, --input <path-to-input-file>
33        Path (absolute or relative) of the (CSV) input file specifying the
34       schedule (flight-period) entries.
35
36       -l, --log <path-to-output-log-file>
37        Path (absolute or relative) of the output log file.
38
39       -r, --read_booking_request
40        Indicates that a booking request is given as a command-line option.
41       That latter must then be given with the -b/--bkg_req option.
42
43       -q, --bkg_req <booking-request>
44        Booking request word list (e.g. 'NCE BKK NCE 2007-04-21 2007-04-21
45       10:00:00 C 1 DF RO 5 NONE 10:0:0 2000.0 20.0'), which should be located
46       at the end of the command line (otherwise, the other options would be
47       interpreted as part of that booking request word list).
48
49       See the output of the `airsched --help' command for default options.
50

SEE ALSO

52       airsched-config(1), airsched-library(3)
53

SUPPORT

55       Please report any bugs to https://sourceforge.net/apps/trac/air-
56       sched/report
57
59       Copyright © 2009-2011 Denis Arnaud
60
61       See the COPYING file for more information on the (LGPLv2+) license, or
62       directly on Internet:
63        http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
64
65
66
67Doxygen                         Sat Nov 5 2011                     airsched(1)
Impressum