Line | |
---|
1 | /*------------------------------------------------------------\ |
---|
2 | | | |
---|
3 | | Tool : systemcass | |
---|
4 | | | |
---|
5 | | File : serialization.h | |
---|
6 | | | |
---|
7 | | Author : Buchmann Richard | |
---|
8 | | | |
---|
9 | | Date : 10_01_2006 | |
---|
10 | | | |
---|
11 | \------------------------------------------------------------*/ |
---|
12 | #ifndef __SERIALIZATION_H__ |
---|
13 | #define __SERIALIZATION_H__ |
---|
14 | |
---|
15 | #include "serialization_ext.h" |
---|
16 | #include "sc_fwd.h" |
---|
17 | |
---|
18 | namespace sc_core { |
---|
19 | ///////////////////////// |
---|
20 | // SYSTEMCASS SPECIFIC // |
---|
21 | |
---|
22 | extern void set_save_handler (const sc_module &, save_fct_t1); |
---|
23 | |
---|
24 | } // end of sc_core namespace |
---|
25 | |
---|
26 | #endif // __SERIALIZATION_H__ |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.