#include <cplaceholdermod.h>

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 | 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) |
| cPlaceholderModule::cPlaceholderModule | ( | ) |
Constructor.
Note that module objects should not be created directly, only via their cModuleType objects. See cModule constructor for more info.
| virtual cPlaceholderModule::~cPlaceholderModule | ( | ) | [virtual] |
Destructor.
| virtual std::string cPlaceholderModule::info | ( | ) | const [virtual] |
Produces a one-line description of the object's contents.
See cObject for more details.
Reimplemented from cDefaultList.
| virtual bool cPlaceholderModule::isPlaceholder | ( | ) | const [inline, virtual] |
Not implemented: throws an exception when called.
| virtual void cPlaceholderModule::scheduleStart | ( | simtime_t | t | ) | [virtual] |
1.5.5