#include <FanDest.hh>
Public Member Functions | |
| FanDest (const FanDest &that) | |
| FanDest (const string &initProcessName, int initSigId) | |
| FanDest & | operator= (const FanDest &fd) |
| ~FanDest () | |
| Destructor. | |
| const string & | getProcessName () const |
| int | getDestSigId () const |
| void | sendEvent (const SigEvent *toSend, SimulationObject *sourceProcess) |
| FanDest * | clone () const |
Private Attributes | |
| string | processName |
| SimulationObject * | processPtr |
| int | destSigId |
|
|
|
|
||||||||||||
|
|
|
|
Destructor. Since the SimulationObject pointer belongs to a SimulationManager, we don't do anything here. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.6