Skip to content

Commit 168c23c

Browse files
committed
Gptp: Added examples for transmitter/receiver modules in the NED documentation.
1 parent fe83a51 commit 168c23c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/inet/linklayer/ieee8021as/Gptp.ned

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ import inet.linklayer.contract.IGptp;
2424
// 1 ps, which is not accurate enough for peer delay measurements, so it must be set to 1 fs or less in the INI file
2525
// using simtime-resolution = fs.
2626
//
27-
// This module subscribes to the transmissionStarted, transmissionEnded, receptionStarted, and receptionEnded signals
28-
// on the network interface, so it must be supported by the physical layer transmitter and receiver modules.
27+
// This module listens to the transmissionStarted, transmissionEnded, receptionStarted, and receptionEnded signals
28+
// emitted from the network interface. Therefore, it requires support from the physical-layer transmitter and receiver
29+
// modules, such as the ~StreamingTransmitter and ~DestreamingReceiver used by the ~LayeredEthernetInterface.
2930
//
3031
// Typical system parameters:
3132
// - Simulation time precision: 1 fs (instead of default 1 ps)

0 commit comments

Comments
 (0)