1.00.5
C++ Simulation-Oriented Discrete Event Management Library
SEVMGR_Types.hpp
Go to the documentation of this file.
1
#ifndef __SEVMGR_SEVMGR_TYPES_HPP
2
#define __SEVMGR_SEVMGR_TYPES_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// Boost
8
#include <boost/shared_ptr.hpp>
9
// Stdair
10
#include <stdair/basic/ProgressStatusSet.hpp>
11
#include <stdair/basic/EventType.hpp>
12
// Sevmgr
13
#include <
sevmgr/SEVMGR_Exceptions.hpp
>
14
15
namespace
SEVMGR
{
16
17
// Forward declarations
18
class
SEVMGR_Service;
19
20
// //////// Type definitions specific to to Sevmgr /////////
24
typedef
boost::shared_ptr<SEVMGR_Service>
SEVMGR_ServicePtr_T
;
25
27
typedef
std::string
EventQueueID_T
;
28
34
typedef
std::map<stdair::EventType::EN_EventType,
35
stdair::ProgressStatus>
ProgressStatusMap_T
;
36
37
}
38
#endif // __SEVMGR_SEVMGR_TYPES_HPP
39
SEVMGR::ProgressStatusMap_T
std::map< stdair::EventType::EN_EventType, stdair::ProgressStatus > ProgressStatusMap_T
Definition:
SEVMGR_Types.hpp:35
SEVMGR::EventQueueID_T
std::string EventQueueID_T
Definition:
SEVMGR_Types.hpp:27
SEVMGR
Definition:
BasConst.cpp:10
SEVMGR::SEVMGR_ServicePtr_T
boost::shared_ptr< SEVMGR_Service > SEVMGR_ServicePtr_T
Definition:
SEVMGR_Types.hpp:18
SEVMGR_Exceptions.hpp
Generated on Sat Aug 1 2020 00:00:00 for SEvMgr by
1.8.18