DiaDes  0.1
DIAgnosis of Discrete-Event System
EventOccurrence.hh
Go to the documentation of this file.
1 #ifndef __DIADES__AUTOMATA__EVENTOCCURRENCE_HH_
2 #define __DIADES__AUTOMATA__EVENTOCCURRENCE_HH_
3 
4 
5 #include<boost/date_time/posix_time/posix_time.hpp>
6 #include<map>
7 #include"Event.hh"
8 
9 namespace Diades
10 {
11  namespace Automata
12  {
13 
14  typedef std::pair< boost::posix_time::time_duration, Event > EventOccurrence;
15 
16  };
17 };
18 
19 
20 #endif
pair< time_duration, Event > EventOccurrence
Definition: Diagnose.hh:13
Namespace of the Diades project.