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

NAME

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

SYNOPSIS

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

DESCRIPTION

14       airtsp is a small program showing how to use the AirTSP library.
15
16       airtsp accepts the following options:
17
18       --prefix
19        Show the AirTSP installation prefix.
20
21       -v, --version
22        Print the currently installed version of AirTSP 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 `airtsp --help' command for default options.
50

SEE ALSO

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

SUPPORT

55       Please report any bugs to
56       https://sourceforge.net/apps/trac/airtsp/report
57
59       Copyright © 2009-2013 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
67My Project                      Wed Jul 20 2022                      airtsp(1)
Impressum