ProcessingElement.h
Posted cpsmile
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ProcessingElement.h相关的知识,希望对你有一定的参考价值。
processing element模块
1 #ifndef __NOXIMPROCESSINGELEMENT_H__ 2 #define __NOXIMPROCESSINGELEMENT_H__ 3 4 #include <queue> 5 #include <systemc.h> 6 7 #include "DataStructs.h" 8 #include "GlobalTrafficTable.h" 9 #include "Utils.h" 10 11 using namespace std; 12 13 SC_MODULE(ProcessingElement) 14 { 15 ............................ 16 }; 17 #endif
以上是关于ProcessingElement.h的主要内容,如果未能解决你的问题,请参考以下文章