Simulation core classes: More...
Classes | |
class | cChannel |
Base class for channels. More... | |
class | cIdealChannel |
Channel with zero propagation delay, zero transmission delay (infinite datarate), and always enabled. More... | |
class | cComponent |
Common base for module and channel classes: cModule and cChannel. More... | |
class | cDatarateChannel |
Channel that models delay, bit error rate and data rate. More... | |
class | cDelayChannel |
Channel with propagation delay. More... | |
class | cDynamicExpression |
A stack-based expression evaluator class, for dynamically created expressions. More... | |
class | cExpression |
Abstract base class for expression evaluators. More... | |
class | cGate |
Represents a module gate. More... | |
class | cMessage |
The message class in OMNeT++. More... | |
class | cPacket |
A subclass of cMessage that can be used to represent packets (frames, datagrams, application messages, etc). More... | |
class | cModelChangeNotification |
Common base class for data objects that accompany PRE_MODEL_CHANGE and POST_MODEL_CHANGE notifications (signals). More... | |
class | cModule |
This class represents modules in the simulation. More... | |
class | cMsgPar |
cMsgPar objects store a (string, bool, double, etc) value, and can be attached to cMessage objects. More... | |
class | cNamedObject |
Extends cObject with a name string. More... | |
class | cObject |
Root of the OMNeT++ class hierarchy. More... | |
class | cOwnedObject |
Base class for several classes in the OMNeT++ library. More... | |
class | cNoncopyableOwnedObject |
Base class for cOwnedObject-based classes that do not wish to support assignment and duplication. More... | |
class | cPar |
Represents a module or channel parameter. More... | |
class | cSimpleModule |
Base class for all simple module classes. More... | |
class | cSimulation |
Simulation manager class. More... | |
class | cVisitor |
Enables traversing the tree of (cObject-rooted) simulation objects. More... | |
Defines | |
#define | simulation (*cSimulation::getActiveSimulation()) |
Simulation core classes:
Many other classes closely related to the above ones are not listed here explicitly, but you can find them via 'See also' links from their main classes.