1simcrs-library(3) Library Functions Manual simcrs-library(3)
2
3
4
6 simcrs-libraryC++ Simulated Travel-Oriented Distribution System Library
7
9 #include <simcrs/...>
10
12 SimCRS aims at providing a clean API and a simple implementation, as a
13 C++ library, of a Travel-oriented Distribution System. It corresponds
14 to the simulated version of the real-world Computerized Reservation
15 Systems (CRS).
16
17 SimCRS makes an extensive use of existing open-source libraries for
18 increased functionality, speed and accuracy. In particular the Boost
19 (C++ Standard Extensions: http://www.boost.org) library is used.
20
21 The library covers the following areas:
22
23 · Schedule (flight-periods) parsing and management: travel solution
24 finding
25
26 · Inventory (flight-dates) parsing and management: availability
27 calculation and sell management
28
29 · Pricing
30
31 · Distributed airline inventories
32
33 · Codeshare and alliances
34
36 simcrs(1), simcrs-config(1)
37
39 Please report any bugs to
40 https://sourceforge.net/apps/trac/simcrs/report
41
43 Copyright © 2009-2011 Denis Arnaud
44
45 See the COPYING file for more information on the (LGPLv2+) license, or
46 directly on Internet:
47 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
48
49
50
51My Project Sun Feb 16 2020 simcrs-library(3)