1airinv_parseInventory(1) General Commands Manual airinv_parseInventory(1)
2
3
4
6 airinv_parseInventoryCommand-line utility for the C++ Simulated Airline
7 Inventory Management System library
8
10 airinv_parseInventory [--prefix] [-v|--version] [-h|--help]
11 [-b|--builtin] [-f|--for_schedule] [-i|--inventory <path-to-inventory-
12 input-file>] [-s|--schedule <path-to-schedule-input-file>] [-o|--ond
13 <path-to-ond-input-file>] [-y|--yield <path-to-yield-input-file>]
14 [-l|--log <path-to-output-log-file>]
15
17 airinv is a small program showing how to use the AirInv library.
18
19 airinv accepts the following options:
20
21 --prefix
22 Show the AirInv installation prefix.
23
24 -v, --version
25 Print the currently installed version of AirInv on the standard
26 output.
27
28 -h, --help
29 Produce that message and show usage.
30
31 -b, --builtin
32 The sample BOM tree can be either built-in or parsed from an input
33 file. That latter must then be given with either the -i/--inventory
34 option or the set of -s/--schedule, -o/--ond options.
35
36 -f, --for_schedule
37 The BOM tree should be built from a schedule file (instead of from an
38 inventory dump).
39
40 -i, --inventory <path-to-input-file>
41 Path (absolute or relative) of the (CSV) input file specifying the
42 inventory (flight-date) details.
43
44 -s, --schedule <path-to-input-file>
45 Path (absolute or relative) of the (CSV) input file specifying the
46 network/schedule (flight-period) details.
47
48 -o, --ond <path-to-input-file>
49 Path (absolute or relative) of the (CSV) input file specifying the O&D
50 (origin/destination) details.
51
52 -y, --yield <path-to-input-file>
53 Path (absolute or relative) of the (CSV) input file specifying the
54 yield rule details.
55
56 -k, --segment_date_key Key of the segment on which the sell will be
57 made.
58
59 -c, --class_code Booking class code on which the sell will be made.
60
61 -p, --party_size Size of the party booking on the given segment-date.
62
63 -l, --log <path-to-output-log-file>
64 Path (absolute or relative) of the output log file.
65
66 See the output of the `airinv --help' command for default options.
67
69 airinv(1), AirInvServer(1), AirInvClient(1), airinv-config(1), airinv-
70 library(3)
71
73 Please report any bugs to
74 https://sourceforge.net/apps/trac/airinv/report
75
77 Copyright © 2009-2011 Denis Arnaud
78
79 See the COPYING file for more information on the (LGPLv2+) license, or
80 directly on Internet:
81 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
82
83
84
85My Project Sat Aug 7 2021 airinv_parseInventory(1)