GptpBridge.ned

NED File src/inet/linklayer/ieee8021as/GptpBridge.ned

Name Type Description
GptpBridge compound module

This module implements a gPTP bridge network node.

Source code

//
// @authors: Enkhtuvshin Janchivnyambuu
//           Henning Puttnies
//           Peter Danielis
//           University of Rostock, Germany
//

package inet.linklayer.ieee8021as;

import inet.node.ethernet.EthernetSwitch;

//
// This module implements a gPTP bridge network node.
//
module GptpBridge extends EthernetSwitch
{
    parameters:
        hasGptp = true;
}