dt_moc.hpp
Go to the documentation of this file.
1 /**********************************************************************
2  * dt_moc.hpp -- The discrete-time model of computation *
3  * *
4  * Author: Hosein Attarzadeh (shan2@kth.se) *
5  * *
6  * Purpose: Providing promitive element required for modeling *
7  * discrete-time systems in ForSyDe-SystemC *
8  * *
9  * Usage: This file is included automatically *
10  * *
11  * License: BSD3 *
12  *******************************************************************/
13 
14 #ifndef DT_MOC_HPP
15 #define DT_MOC_HPP
16 
24 #include <functional>
25 #include <tuple>
26 
27 #include "abst_ext.hpp"
28 #include "dt_process.hpp"
30 #include "dt_helpers.hpp"
31 
32 namespace ForSyDe
33 {
34 
36 
39 namespace DT
40 {
41 
42 
43 }
44 }
45 
46 #endif
The namespace for ForSyDe.
Definition: abssemantics.hpp:30
Implements helper primitives for modeling in the DT MoC.
Implements the Absent-extended values.
Implements the basic process constructors in the DT MoC.
Implements the abstract process in the DT Model of Computation.