1stdair(1) StdAir stdair(1)
2
3
4
6 stdair - C++ Standard Airline IT Object Library
7
8
10 stdair [--prefix] [-v|--version] [-h|--help] [-b|--builtin] [-i|--input
11 <path-to-input>] [-l|--log <path-to-output-log-file>]
12
14 stdair is a small program showing how to use the StdAir library.
15
16 stdair accepts the following options:
17
18 --prefix
19 Show the StdAir installation prefix.
20
21 -v, --version
22 Print the currently installed version of StdAir 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 an input
30 file. When that option is selected, an input file must then be given
31 with the -i/--input option. When that option is not selected, the
32 stdair program builds a simple use case directly from internal hard-
33 coded parameters (demand distribution details and resource/cabin
34 capacities).
35
36 -r, --rmol
37 The sample BOM tree corresponds to a typical usage by RMOL
38
39 -c, --crs
40 The sample BOM tree corresponds to a typical usage by SimCRS
41
42 -i, --input <path-to-input-file>
43 Path (absolute or relative) of the (CVS) input file specifying the
44 demand distribution parameters and resource (cabin) capacities.
45
46 -l, --log <path-to-output-log-file>
47 Path (absolute or relative) of the output log file.
48
49 See the output of the `stdair --help' command for default options.
50
52 stdair-config(1), stdair-library(3)
53
55 Please report any bugs to
56 https://sourceforge.net/apps/trac/stdair/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
67Version 1.00.10 Sun May 31 2020 stdair(1)