1airinv(1) General Commands Manual airinv(1)
2
3
4
6 airinv - Command-line interpreter for the C++ Simulated Airline
7 Inventory Management System library
8
10 airinv [--prefix] [-v|--version] [-h|--help] [-b|--builtin]
11 [-f|--for_schedule] [-i|--inventory <path-to-inventory-input-file>]
12 [-s|--schedule <path-to-schedule-input-file>] [-o|--ond <path-to-ond-
13 input-file>] [-y|--yield <path-to-yield-input-file>] [-l|--log <path-
14 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 -l, --log <path-to-output-log-file>
57 Path (absolute or relative) of the output log file.
58
59 See the output of the `airinv --help' command for default options.
60
62 airinv_parseInventory(1), AirInvServer(1), AirInvClient(1), airinv-
63 config(1), airinv-library(3)
64
66 Please report any bugs to
67 https://sourceforge.net/apps/trac/airinv/report
68
70 Copyright © 2009-2011 Denis Arnaud
71
72 See the COPYING file for more information on the (LGPLv2+) license, or
73 directly on Internet:
74 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
75
76
77
78My Project Wed Jul 20 2022 airinv(1)