GptpSlave.ned

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

Name Type Description
GptpSlave compound module

This module provide a gPTP slave network node.

Source code

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

package inet.linklayer.ieee8021as;

//
// This module provide a gPTP slave network node.
//
module GptpSlave extends GptpEndstation
{
    parameters:
        @display("i=device/pc2");
        forwarding = default(false);  // disable routing by default
        networkLayer.proxyARP = default(false);
        gptp.gptpNodeType = "SLAVE_NODE"; // @enum("gptpNodeType"): MASTER_NODE, BRIDGE_NODE, SLAVE_NODE
    connections allowunconnected:
}