0.2.0
C++ Simulation-Oriented Discrete Event Management Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
EventQueueManager.cpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
// Import section
3
// //////////////////////////////////////////////////////////////////////
4
// STL
5
#include <cassert>
6
// StdAir
7
#include <stdair/basic/ProgressStatusSet.hpp>
8
#include <stdair/bom/BomManager.hpp>
9
#include <stdair/bom/EventStruct.hpp>
10
#include <stdair/bom/EventQueue.hpp>
11
#include <stdair/service/Logger.hpp>
12
// SEvMgr
13
#include <
sevmgr/command/EventQueueManager.hpp
>
14
15
namespace
SEVMGR {
16
17
// //////////////////////////////////////////////////////////////////////
18
void
EventQueueManager::
19
buildSampleBom (stdair::EventQueue& ioEventQueue) {
20
}
21
22
// ////////////////////////////////////////////////////////////////////
23
void
EventQueueManager::reset (stdair::EventQueue& ioEventQueue) {
24
28
ioEventQueue.reset();
29
}
30
31
}
Generated on Thu Aug 16 2012 09:54:09 for SEvMgr by
1.8.1.2