OMNeT++ Simulation Library
6.0.3
|
Classes in this group make up static components of the simulation model.
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. More... | |
class | cDatarateChannel |
A transmission channel model that supports propagation delay, transmission duration computed from a data rate or given explicitly, and a simple error model with based on bit error rate (BER) and packet error rate (PER). The above parameters can be supplied via NED or explicit setter methods. More... | |
class | cDelayChannel |
Channel with propagation delay. More... | |
class | cDisplayString |
Represents a display string. More... | |
class | cGate |
Represents a module gate. More... | |
class | cModule |
This class represents modules in the simulation. More... | |
class | cPar |
Represents a module or channel parameter. More... | |
class | cProperties |
A collection of properties (cProperty). More... | |
class | cProperty |
Stores a (NED) property with its (possibly compound) value. More... | |