In distributed parallel simulation, modules of the network are distributed across partitions. More...
#include <cplaceholdermod.h>
Public Member Functions | |
Constructors, destructor, assignment. | |
cPlaceholderModule () | |
virtual | ~cPlaceholderModule () |
Redefined cObject member functions. | |
virtual std::string | info () const |
Redefined cModule functions | |
virtual bool | isPlaceholder () const |
virtual void | arrived (cMessage *msg, cGate *ongate, simtime_t t) |
virtual void | scheduleStart (simtime_t t) |
In distributed parallel simulation, modules of the network are distributed across partitions.
Represents a module which was instantiated on a remote partition.
cPlaceholderModule::cPlaceholderModule | ( | ) |
Constructor.
Note that module objects should not be created directly, only via their cModuleType objects. See cModule constructor for more info.
virtual std::string cPlaceholderModule::info | ( | ) | const [virtual] |