ITrafficgen
Package: inet.applications.trafficgen
ITrafficgen
module interface(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| TrafficgenSimple | simple module | (no description) |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| TrafficgenCompound | compound module | (no description) |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| name | string | ||
| id | int |
Source code
moduleinterface ITrafficgen { parameters: string name; int id; gates: input generatorIn @labels(trafficGen/up); output generatorOut @labels(trafficGen/down); }File: src/inet/applications/trafficgen/ITrafficgen.ned