SimCRS Logo  1.00.0
C++ Simulated Travel-Oriented Distribution System Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
SIMCRS Namespace Reference

Classes

class  AvailabilityRetrievalException
 
class  BomAbstract
 
class  BookingException
 
class  DistributionManager
 Command wrapping the travel distribution (CRS/GDS) process. More...
 
class  FacBomAbstract
 
class  FacServiceAbstract
 
class  FacSimcrsServiceContext
 
class  FacSupervisor
 
class  ServiceAbstract
 
class  SIMCRS_Service
 
class  SIMCRS_ServiceContext
 Class holding the context of the Simcrs services. More...
 

Typedefs

typedef std::string CRSCode_T
 
typedef boost::shared_ptr
< SIMCRS_Service
SIMCRS_ServicePtr_T
 

Variables

const std::string DEFAULT_CRS_CODE = "1S"
 

Typedef Documentation

typedef std::string SIMCRS::CRSCode_T

CRS code (identifier of the CRS; not actually used for now).

Definition at line 39 of file SIMCRS_Types.hpp.

typedef boost::shared_ptr<SIMCRS_Service> SIMCRS::SIMCRS_ServicePtr_T

(Smart) Pointer on the SimCRS service handler.

Definition at line 44 of file SIMCRS_Types.hpp.

Variable Documentation

const std::string SIMCRS::DEFAULT_CRS_CODE = "1S"

Default CRS code for the SIMCRS_Service.

Definition at line 10 of file BasConst.cpp.