1stdair(1Version) stdair(1Version)
2
3
4
6 stdair - C++ Standard Airline IT Object Library
7
9 stdair [--prefix] [-v|--version] [-h|--help] [-b|--builtin] [-i|--input
10 <path-to-input>] [-l|--log <path-to-output-log-file>]
11
13 stdair is a small program showing how to use the StdAir library.
14
15 stdair accepts the following options:
16
17 --prefix
18 Show the StdAir installation prefix.
19
20 -v, --version
21 Print the currently installed version of StdAir on the standard
22 output.
23
24 -h, --help
25 Produce that message and show usage.
26
27 -b, --builtin
28 The sample BOM tree can be either built-in or parsed from an input
29 file. When that option is selected, an input file must then be given
30 with the -i/--input option. When that option is not selected, the
31 stdair program builds a simple use case directly from internal hard-
32 coded parameters (demand distribution details and resource/cabin
33 capacities).
34
35 -r, --rmol
36 The sample BOM tree corresponds to a typical usage by RMOL
37
38 -c, --crs
39 The sample BOM tree corresponds to a typical usage by SimCRS
40
41 -i, --input <path-to-input-file>
42 Path (absolute or relative) of the (CVS) input file specifying the
43 demand distribution parameters and resource (cabin) capacities.
44
45 -l, --log <path-to-output-log-file>
46 Path (absolute or relative) of the output log file.
47
48 See the output of the `stdair --help' command for default options.
49
51 stdair-config(1), stdair-library(3)
52
54 Please report any bugs to
55 https://sourceforge.net/apps/trac/stdair/report
56
58 Copyright © 2009-2011 Denis Arnaud
59
60 See the COPYING file for more information on the (LGPLv2+) license, or
61 directly on Internet:
62 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
63
64
65
66StdAir 1.00.13" stdair(1Version)