StdAir Logo  0.44.0
C++ Standard Airline IT Object Library
stdair_event_types.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_STDAIR_EVENT_TYPES_HPP
00002 #define __STDAIR_STDAIR_EVENT_TYPES_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <string>
00009 
00010 namespace stdair {
00011 
00012   // //////// Type definitions /////////
00014   typedef std::string EventName_T;
00015 
00017   typedef double NbOfEvents_T;
00018 
00020   typedef std::string EventQueueID_T;
00021 
00023   typedef std::string EventGeneratorKey_T;
00024 
00025 }
00026 #endif // __STDAIR_STDAIR_EVENT_TYPES_HPP