ct_moc.hpp
Go to the documentation of this file.
1 /**********************************************************************
2  * ct_moc.hpp -- The continuous-time model of computation *
3  * *
4  * Author: Hosein Attarzadeh (shan2@kth.se) *
5  * Based on the HetMoC library by Jun Zhu (junz@kth.se) *
6  * *
7  * Purpose: Providing promitive element required for modeling *
8  * continuous-time systems in ForSyDe-SystemC *
9  * *
10  * Usage: This file is included automatically *
11  * *
12  * License: BSD3 *
13  *******************************************************************/
14 
15 #ifndef CT_MOC_HPP
16 #define CT_MOC_HPP
17 
26 #include <functional>
27 #include <tuple>
28 
29 #include "sub_signal.hpp"
30 #include "ct_process.hpp"
32 #include "ct_helpers.hpp"
33 
34 namespace ForSyDe
35 {
36 
38 
41 namespace CT
42 {
43 
44 }
45 }
46 
47 #endif
The namespace for ForSyDe.
Definition: abssemantics.hpp:30
Implements helper primitives for modeling in the CT MoC.
Implements the abstract process in the CT Model of Computation.
Implements the basic process constructors in the CT MoC.
Implements the sub-components of a CT signal.