?? body.cpp
字號:
//BEGIN Body.cpp//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//See sedan.h for more information//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#include "Body.h"// ConstructorBody::Body(sc_module_name nm): sc_module(nm), Wheel_FL("Wheel_FL"), Wheel_FR("Wheel_FR"), Wheel_RL("Wheel_RL"), Wheel_RR("Wheel_RR"){ cout << "INFO: Constructing instance " << name() << endl; SC_THREAD(Body_thread);}//end Body()void Body::Body_thread(void) { cout << "INFO: Ran Body_thread inside instance " << name() << endl;}//end Body_thread()//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//END $Id: Body.cpp,v 1.3 2004/02/02 12:46:14 dcblack Exp $
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
減小字號
Ctrl + -