1simcrs-library(3)          Library Functions Manual          simcrs-library(3)
2
3
4

NAME

6       simcrs-library - C++ Simulated Travel-Oriented Distribution System
7       Library
8

SYNOPSIS

10       #include <simcrs/...>
11

DESCRIPTION

13       SimCRS aims at providing a clean API and a simple implementation, as a
14       C++ library, of a Travel-oriented Distribution System. It corresponds
15       to the simulated version of the real-world Computerized Reservation
16       Systems (CRS).
17
18       SimCRS makes an extensive use of existing open-source libraries for
19       increased functionality, speed and accuracy. In particular the Boost
20       (C++ Standard Extensions: http://www.boost.org) library is used.
21
22       The library covers the following areas:
23
24       • Schedule (flight-periods) parsing and management: travel solution
25         finding
26
27       • Inventory (flight-dates) parsing and management: availability
28         calculation and sell management
29
30       • Pricing
31
32       • Distributed airline inventories
33
34       • Codeshare and alliances
35

SEE ALSO

37       simcrs(1), simcrs-config(1)
38

SUPPORT

40       Please report any bugs to
41       https://sourceforge.net/apps/trac/simcrs/report
42
44       Copyright © 2009-2011 Denis Arnaud
45
46       See the COPYING file for more information on the (LGPLv2+) license, or
47       directly on Internet:
48        http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
49
50
51
52My Project                      Sat Jan 21 2023              simcrs-library(3)
Impressum