|
OMNeT++ Parallel Simulation Support
5.4.1
|
#include <cplaceholdermod.h>
In distributed parallel simulation, modules of the network are distributed across partitions.
Represents a module which was instantiated on a remote partition.
Public Member Functions | |
Constructors, destructor, assignment. | |
| cPlaceholderModule () | |
| virtual | ~cPlaceholderModule () |
Redefined cObject member functions. | |
| virtual std::string | str () const override |
Redefined cModule functions | |
| virtual bool | isPlaceholder () const override |
| virtual void | arrived (cMessage *msg, cGate *ongate, simtime_t t) override |
| virtual void | scheduleStart (simtime_t t) override |
Constructor. Note that module objects should not be created directly, only via their cModuleType objects. See cModule constructor for more info.
|
virtual |
Destructor.
|
overridevirtual |
|
inlineoverridevirtual |
Redefined to return true.
Reimplemented from cModule.
Not implemented: throws an exception when called.
Reimplemented from cModule.