SimCRS Logo  1.01.8
C++ Simulated Travel-Oriented Distribution System Library
Loading...
Searching...
No Matches
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_ServiceSIMCRS_ServicePtr_T
 

Variables

const std::string DEFAULT_CRS_CODE = "1S"
 

Typedef Documentation

◆ CRSCode_T

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.

◆ SIMCRS_ServicePtr_T

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

◆ DEFAULT_CRS_CODE

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

Default CRS code for the SIMCRS_Service.

Definition at line 10 of file BasConst.cpp.