Package: inet.examples.ieee8021as
NetworkDaisyChain
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork | ||
| display | bgb=534,441 |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| gptpBridge0.macTable.agingTime | double | ||
| gptpBridge0.macTable.forwardingTableFile | string | ||
| gptpBridge0.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpBridge0.l2NodeConfigurator.interfaceTableModule | string | ||
| gptpBridge0.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| gptpBridge0.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpBridge0.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpBridge0.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpBridge0.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpBridge0.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpBridge0.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpBridge0.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpBridge0.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpBridge0.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpBridge0.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpBridge0.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpBridge0.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpBridge0.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpBridge0.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpBridge0.stp.helloTime | double | ||
| gptpBridge0.stp.forwardDelay | double | ||
| gptpBridge0.stp.maxAge | double | ||
| gptpBridge0.stp.bridgePriority | int | ||
| gptpBridge0.stp.visualize | bool | ||
| gptpBridge0.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge0.sc.forwardServiceRegistration | bool | true | |
| gptpBridge0.sc.forwardProtocolRegistration | bool | true | |
| gptpBridge0.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge0.cb.forwardServiceRegistration | bool | true | |
| gptpBridge0.cb.forwardProtocolRegistration | bool | true | |
| gptpBridge0.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge0.bl.forwardServiceRegistration | bool | true | |
| gptpBridge0.bl.forwardProtocolRegistration | bool | true | |
| gptpBridge0.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge0.li.forwardServiceRegistration | bool | true | |
| gptpBridge0.li.forwardProtocolRegistration | bool | true | |
| gptpBridge0.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge0.cutthrough.forwardServiceRegistration | bool | true | |
| gptpBridge0.cutthrough.forwardProtocolRegistration | bool | true | |
| gptpBridge0.eth.bitrate | double | ||
| gptpBridge1.macTable.agingTime | double | ||
| gptpBridge1.macTable.forwardingTableFile | string | ||
| gptpBridge1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpBridge1.l2NodeConfigurator.interfaceTableModule | string | ||
| gptpBridge1.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| gptpBridge1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpBridge1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpBridge1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpBridge1.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpBridge1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpBridge1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpBridge1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpBridge1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpBridge1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpBridge1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpBridge1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpBridge1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpBridge1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpBridge1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpBridge1.stp.helloTime | double | ||
| gptpBridge1.stp.forwardDelay | double | ||
| gptpBridge1.stp.maxAge | double | ||
| gptpBridge1.stp.bridgePriority | int | ||
| gptpBridge1.stp.visualize | bool | ||
| gptpBridge1.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge1.sc.forwardServiceRegistration | bool | true | |
| gptpBridge1.sc.forwardProtocolRegistration | bool | true | |
| gptpBridge1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge1.cb.forwardServiceRegistration | bool | true | |
| gptpBridge1.cb.forwardProtocolRegistration | bool | true | |
| gptpBridge1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge1.bl.forwardServiceRegistration | bool | true | |
| gptpBridge1.bl.forwardProtocolRegistration | bool | true | |
| gptpBridge1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge1.li.forwardServiceRegistration | bool | true | |
| gptpBridge1.li.forwardProtocolRegistration | bool | true | |
| gptpBridge1.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge1.cutthrough.forwardServiceRegistration | bool | true | |
| gptpBridge1.cutthrough.forwardProtocolRegistration | bool | true | |
| gptpBridge1.eth.bitrate | double | ||
| gptpBridge2.macTable.agingTime | double | ||
| gptpBridge2.macTable.forwardingTableFile | string | ||
| gptpBridge2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpBridge2.l2NodeConfigurator.interfaceTableModule | string | ||
| gptpBridge2.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| gptpBridge2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpBridge2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpBridge2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpBridge2.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpBridge2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpBridge2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpBridge2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpBridge2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpBridge2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpBridge2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpBridge2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpBridge2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpBridge2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpBridge2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpBridge2.stp.helloTime | double | ||
| gptpBridge2.stp.forwardDelay | double | ||
| gptpBridge2.stp.maxAge | double | ||
| gptpBridge2.stp.bridgePriority | int | ||
| gptpBridge2.stp.visualize | bool | ||
| gptpBridge2.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge2.sc.forwardServiceRegistration | bool | true | |
| gptpBridge2.sc.forwardProtocolRegistration | bool | true | |
| gptpBridge2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge2.cb.forwardServiceRegistration | bool | true | |
| gptpBridge2.cb.forwardProtocolRegistration | bool | true | |
| gptpBridge2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge2.bl.forwardServiceRegistration | bool | true | |
| gptpBridge2.bl.forwardProtocolRegistration | bool | true | |
| gptpBridge2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge2.li.forwardServiceRegistration | bool | true | |
| gptpBridge2.li.forwardProtocolRegistration | bool | true | |
| gptpBridge2.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpBridge2.cutthrough.forwardServiceRegistration | bool | true | |
| gptpBridge2.cutthrough.forwardProtocolRegistration | bool | true | |
| gptpBridge2.eth.bitrate | double | ||
| gptpMaster.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpMaster.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpMaster.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpMaster.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpMaster.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpMaster.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpMaster.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpMaster.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpMaster.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpMaster.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpMaster.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpMaster.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpMaster.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpMaster.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpMaster.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpMaster.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpMaster.cb.forwardServiceRegistration | bool | true | |
| gptpMaster.cb.forwardProtocolRegistration | bool | true | |
| gptpMaster.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpMaster.bl.forwardServiceRegistration | bool | true | |
| gptpMaster.bl.forwardProtocolRegistration | bool | true | |
| gptpMaster.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpMaster.li.forwardServiceRegistration | bool | true | |
| gptpMaster.li.forwardProtocolRegistration | bool | true | |
| gptpMaster.eth.bitrate | double | ||
| gptpMaster.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpMaster.nl.forwardServiceRegistration | bool | true | |
| gptpMaster.nl.forwardProtocolRegistration | bool | true | |
| gptpMaster.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpMaster.tn.forwardServiceRegistration | bool | true | |
| gptpMaster.tn.forwardProtocolRegistration | bool | true | |
| gptpMaster.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpMaster.at.forwardServiceRegistration | bool | true | |
| gptpMaster.at.forwardProtocolRegistration | bool | true | |
| gptpSlave0.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave0.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpSlave0.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpSlave0.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave0.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpSlave0.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpSlave0.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpSlave0.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpSlave0.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpSlave0.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpSlave0.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpSlave0.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave0.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave0.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpSlave0.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpSlave0.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave0.cb.forwardServiceRegistration | bool | true | |
| gptpSlave0.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave0.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave0.bl.forwardServiceRegistration | bool | true | |
| gptpSlave0.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave0.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave0.li.forwardServiceRegistration | bool | true | |
| gptpSlave0.li.forwardProtocolRegistration | bool | true | |
| gptpSlave0.eth.bitrate | double | ||
| gptpSlave0.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave0.nl.forwardServiceRegistration | bool | true | |
| gptpSlave0.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave0.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave0.tn.forwardServiceRegistration | bool | true | |
| gptpSlave0.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave0.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave0.at.forwardServiceRegistration | bool | true | |
| gptpSlave0.at.forwardProtocolRegistration | bool | true | |
| gptpSlave1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpSlave1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpSlave1.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpSlave1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpSlave1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpSlave1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpSlave1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpSlave1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpSlave1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpSlave1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpSlave1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpSlave1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave1.cb.forwardServiceRegistration | bool | true | |
| gptpSlave1.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave1.bl.forwardServiceRegistration | bool | true | |
| gptpSlave1.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave1.li.forwardServiceRegistration | bool | true | |
| gptpSlave1.li.forwardProtocolRegistration | bool | true | |
| gptpSlave1.eth.bitrate | double | ||
| gptpSlave1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave1.nl.forwardServiceRegistration | bool | true | |
| gptpSlave1.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave1.tn.forwardServiceRegistration | bool | true | |
| gptpSlave1.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave1.at.forwardServiceRegistration | bool | true | |
| gptpSlave1.at.forwardProtocolRegistration | bool | true | |
| gptpSlave2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpSlave2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpSlave2.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpSlave2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpSlave2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpSlave2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpSlave2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpSlave2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpSlave2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpSlave2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpSlave2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpSlave2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave2.cb.forwardServiceRegistration | bool | true | |
| gptpSlave2.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave2.bl.forwardServiceRegistration | bool | true | |
| gptpSlave2.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave2.li.forwardServiceRegistration | bool | true | |
| gptpSlave2.li.forwardProtocolRegistration | bool | true | |
| gptpSlave2.eth.bitrate | double | ||
| gptpSlave2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave2.nl.forwardServiceRegistration | bool | true | |
| gptpSlave2.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave2.tn.forwardServiceRegistration | bool | true | |
| gptpSlave2.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave2.at.forwardServiceRegistration | bool | true | |
| gptpSlave2.at.forwardProtocolRegistration | bool | true | |
| gptpSlave3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpSlave3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpSlave3.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpSlave3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpSlave3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpSlave3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpSlave3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpSlave3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpSlave3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpSlave3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpSlave3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpSlave3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave3.cb.forwardServiceRegistration | bool | true | |
| gptpSlave3.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave3.bl.forwardServiceRegistration | bool | true | |
| gptpSlave3.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave3.li.forwardServiceRegistration | bool | true | |
| gptpSlave3.li.forwardProtocolRegistration | bool | true | |
| gptpSlave3.eth.bitrate | double | ||
| gptpSlave3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave3.nl.forwardServiceRegistration | bool | true | |
| gptpSlave3.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave3.tn.forwardServiceRegistration | bool | true | |
| gptpSlave3.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave3.at.forwardServiceRegistration | bool | true | |
| gptpSlave3.at.forwardProtocolRegistration | bool | true | |
| gptpSlave4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave4.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpSlave4.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpSlave4.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave4.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpSlave4.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpSlave4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpSlave4.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpSlave4.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpSlave4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpSlave4.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpSlave4.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave4.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave4.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpSlave4.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpSlave4.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave4.cb.forwardServiceRegistration | bool | true | |
| gptpSlave4.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave4.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave4.bl.forwardServiceRegistration | bool | true | |
| gptpSlave4.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave4.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave4.li.forwardServiceRegistration | bool | true | |
| gptpSlave4.li.forwardProtocolRegistration | bool | true | |
| gptpSlave4.eth.bitrate | double | ||
| gptpSlave4.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave4.nl.forwardServiceRegistration | bool | true | |
| gptpSlave4.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave4.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave4.tn.forwardServiceRegistration | bool | true | |
| gptpSlave4.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave4.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave4.at.forwardServiceRegistration | bool | true | |
| gptpSlave4.at.forwardProtocolRegistration | bool | true | |
| gptpSlave5.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave5.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpSlave5.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpSlave5.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave5.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpSlave5.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpSlave5.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpSlave5.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpSlave5.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpSlave5.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpSlave5.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpSlave5.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave5.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave5.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpSlave5.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpSlave5.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave5.cb.forwardServiceRegistration | bool | true | |
| gptpSlave5.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave5.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave5.bl.forwardServiceRegistration | bool | true | |
| gptpSlave5.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave5.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave5.li.forwardServiceRegistration | bool | true | |
| gptpSlave5.li.forwardProtocolRegistration | bool | true | |
| gptpSlave5.eth.bitrate | double | ||
| gptpSlave5.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave5.nl.forwardServiceRegistration | bool | true | |
| gptpSlave5.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave5.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave5.tn.forwardServiceRegistration | bool | true | |
| gptpSlave5.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave5.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave5.at.forwardServiceRegistration | bool | true | |
| gptpSlave5.at.forwardProtocolRegistration | bool | true | |
| gptpSlave6.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave6.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpSlave6.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpSlave6.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave6.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpSlave6.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpSlave6.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpSlave6.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpSlave6.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpSlave6.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpSlave6.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpSlave6.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave6.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave6.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpSlave6.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpSlave6.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave6.cb.forwardServiceRegistration | bool | true | |
| gptpSlave6.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave6.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave6.bl.forwardServiceRegistration | bool | true | |
| gptpSlave6.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave6.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave6.li.forwardServiceRegistration | bool | true | |
| gptpSlave6.li.forwardProtocolRegistration | bool | true | |
| gptpSlave6.eth.bitrate | double | ||
| gptpSlave6.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave6.nl.forwardServiceRegistration | bool | true | |
| gptpSlave6.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave6.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave6.tn.forwardServiceRegistration | bool | true | |
| gptpSlave6.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave6.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave6.at.forwardServiceRegistration | bool | true | |
| gptpSlave6.at.forwardProtocolRegistration | bool | true | |
| gptpSlave7.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| gptpSlave7.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| gptpSlave7.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| gptpSlave7.pcapRecorder.fileFormat | string | "pcapng" | |
| gptpSlave7.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| gptpSlave7.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| gptpSlave7.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| gptpSlave7.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| gptpSlave7.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| gptpSlave7.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| gptpSlave7.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| gptpSlave7.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| gptpSlave7.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| gptpSlave7.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| gptpSlave7.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| gptpSlave7.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave7.cb.forwardServiceRegistration | bool | true | |
| gptpSlave7.cb.forwardProtocolRegistration | bool | true | |
| gptpSlave7.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave7.bl.forwardServiceRegistration | bool | true | |
| gptpSlave7.bl.forwardProtocolRegistration | bool | true | |
| gptpSlave7.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave7.li.forwardServiceRegistration | bool | true | |
| gptpSlave7.li.forwardProtocolRegistration | bool | true | |
| gptpSlave7.eth.bitrate | double | ||
| gptpSlave7.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave7.nl.forwardServiceRegistration | bool | true | |
| gptpSlave7.nl.forwardProtocolRegistration | bool | true | |
| gptpSlave7.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave7.tn.forwardServiceRegistration | bool | true | |
| gptpSlave7.tn.forwardProtocolRegistration | bool | true | |
| gptpSlave7.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| gptpSlave7.at.forwardServiceRegistration | bool | true | |
| gptpSlave7.at.forwardProtocolRegistration | bool | true | |
| configurator.minLinkWeight | double | 1E-3 | |
| configurator.configureIsolatedNetworksSeparatly | bool | false | |
| configurator.config | xml | xml(" |
XML configuration parameters for IP address assignment and adding manual routes |
| configurator.assignAddresses | bool | true |
assign IP addresses to all interfaces in the network |
| configurator.assignUniqueAddresses | bool | true |
avoid using the same address and raise an error if not possible |
| configurator.assignDisjunctSubnetAddresses | bool | true |
avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces |
| configurator.addStaticRoutes | bool | true |
add static routes to the routing tables of all nodes to route to all destination interfaces (only where applicable; turn off when config file contains manual routes) |
| configurator.addDefaultRoutes | bool | true |
add default routes if all routes from a source node go through the same gateway (used only if addStaticRoutes is true) |
| configurator.addSubnetRoutes | bool | true |
add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true) |
| configurator.addDirectRoutes | bool | true |
add direct routes (i.e. directly connected interfaces) to the routing table (used only if addStaticRoutes is true) |
| configurator.optimizeRoutes | bool | true |
optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true) |
| configurator.dumpTopology | bool | false |
print extracted network topology to the module output |
| configurator.dumpLinks | bool | false |
print recognized network links to the module output |
| configurator.dumpAddresses | bool | false |
print assigned IP addresses for all interfaces to the module output |
| configurator.dumpRoutes | bool | false |
print configured and optimized routing tables for all nodes to the module output |
| configurator.dumpConfig | string | "" |
write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations) |
Source code
network NetworkDaisyChain { @display("bgb=534,441"); types: channel Ethernet100 extends ned.DatarateChannel { datarate = 100Mbps; delay = 25ns; // Length of connection is 5 meters } submodules: gptpBridge0: GptpBridge { @display("p=264,162"); } gptpBridge1: GptpBridge { @display("p=264,258"); } gptpBridge2: GptpBridge { @display("p=264,349"); } gptpMaster: GptpMaster { @display("p=264,55"); } gptpSlave0: GptpSlave { @display("p=408,94"); } gptpSlave1: GptpSlave { @display("p=408,182"); } gptpSlave2: GptpSlave { @display("p=408,259"); } gptpSlave3: GptpSlave { @display("p=408,375"); } gptpSlave4: GptpSlave { @display("p=124,375"); } gptpSlave5: GptpSlave { @display("p=124,298"); } gptpSlave6: GptpSlave { @display("p=124,205"); } gptpSlave7: GptpSlave { @display("p=124,94"); } configurator: Ipv4NetworkConfigurator { @display("p=51,33"); } connections: gptpMaster.ethg++ <--> Ethernet100 <--> gptpBridge0.ethg++; gptpBridge0.ethg++ <--> Ethernet100 <--> gptpSlave0.ethg++; gptpBridge0.ethg++ <--> Ethernet100 <--> gptpSlave1.ethg++; gptpBridge0.ethg++ <--> Ethernet100 <--> gptpSlave7.ethg++; gptpBridge0.ethg++ <--> Ethernet100 <--> gptpBridge1.ethg++; gptpBridge1.ethg++ <--> Ethernet100 <--> gptpSlave2.ethg++; gptpBridge1.ethg++ <--> Ethernet100 <--> gptpSlave6.ethg++; gptpBridge1.ethg++ <--> Ethernet100 <--> gptpSlave5.ethg++; gptpBridge1.ethg++ <--> Ethernet100 <--> gptpBridge2.ethg++; gptpBridge2.ethg++ <--> Ethernet100 <--> gptpSlave3.ethg++; gptpBridge2.ethg++ <--> Ethernet100 <--> gptpSlave4.ethg++; }File: examples/ieee8021as/networkDaisyChain.ned