GithubHelp home page GithubHelp logo

core-rg / signalsandgateways Goto Github PK

View Code? Open in Web Editor NEW
9.0 5.0 7.0 1.48 MB

This project represents a connection between the different technologies from the CoRE4INET and the FiCo4OMNeT projects. At the current state it is possible to exchange data between CAN, Ethernet, TTEthernet and IEEE 802.1Q.

Home Page: http://sim.core-rg.de

License: GNU Lesser General Public License v3.0

Makefile 2.03% C++ 63.83% C 1.66% Python 28.86% Shell 0.42% Perl 3.20%
simulation omnetpp omnet core-rg gateway simulations ethernet fieldbus

signalsandgateways's People

Contributors

acm107 avatar musteblume avatar thaeckel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

signalsandgateways's Issues

RemoteFrames

Hi,
In the example of majorNetwork in its omnetpp.ini file, there is a source app that sends remote frames but I am not sure which node will receive this?
it is stated as:

**.Infotainment_nodes[0].sourceApp[0].idRemoteFrames = "2"

so the sending node is Infotainment_nodes[0] but there is no receiving node, right?

problem in majorNetwork example

Hi,

I think there might be a bug in the majorNetwork example (under "examples" directory) as the nodes were not communicating when I ran the simulation, hence the results, e.g., latency, were not computed.

Thanks,

Unable to Build the project

Hi

We are trying to build the project but there are too many problems while build. Below is the error report,

Description Resource Path Location Type
'cMessagePointerList' is not a class, namespace, or enumeration GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 264 C/C++ Problem
'pos' is a private member of 'omnetpp::cOwnedObject' GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 264 C/C++ Problem
allocating an object of abstract class type 'omnetpp::cMessagePrinter' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 79 C/C++ Problem
cannot initialize a parameter of type 'omnetpp::cComponent ' with an rvalue of type 'SignalsAndGateways::AccumulationGatewayBuffering ' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 46 C/C++ Problem
cannot initialize a parameter of type 'omnetpp::cComponent ' with an rvalue of type 'SignalsAndGateways::AccumulationGatewayBuffering ' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 53 C/C++ Problem
cannot initialize a variable of type 'omnetpp::cModule ' with an rvalue of type 'SignalsAndGateways::AccumulationGatewayBuffering ' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 23 C/C++ Problem
cannot initialize object parameter of type 'const omnetpp::cModule' with an expression of type 'SignalsAndGateways::AccumulationGatewayBuffering' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 44 C/C++ Problem
cannot initialize object parameter of type 'const omnetpp::cModule' with an expression of type 'SignalsAndGateways::AccumulationGatewayBuffering' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 51 C/C++ Problem
cannot initialize object parameter of type 'const omnetpp::cModule' with an expression of type 'SignalsAndGateways::AccumulationGatewayBuffering' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 66 C/C++ Problem
cannot initialize object parameter of type 'omnetpp::cSimpleModule' with an expression of type 'SignalsAndGateways::AccumulationGatewayBuffering' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 29 C/C++ Problem
expected ';' after expression GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 263 C/C++ Problem
expected expression AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 71 C/C++ Problem
expected expression AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 81 C/C++ Problem
expected expression AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 91 C/C++ Problem
make: *** [Makefile:28: all] Error 2 SignalsAndGateways C/C++ Problem
make[1]: *** [Makefile:141: ../out/clang-debug/src/signalsandgateways/gateway/transformation/GatewayTransformation.o] Error 1 SignalsAndGateways C/C++ Problem
make[1]: *** [Makefile:143: ../out/clang-debug/src/signalsandgateways/gateway/buffering/AccumulationGatewayBuffering.o] Error 1 SignalsAndGateways C/C++ Problem
make[1]: *** Waiting for unfinished jobs.... SignalsAndGateways C/C++ Problem
no matching member function for call to 'par' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 63 C/C++ Problem
no matching member function for call to 'par' AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 72 C/C++ Problem
no member named 'getPool' in 'SignalsAndGateways::PoolMessage' GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 263 C/C++ Problem
unknown type name 'cMessagePointerList'; did you mean 'cMessagePrinter'? AccumulationGatewayBuffering.cc /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 79 C/C++ Problem
unknown type name 'cMessagePointerList'; did you mean 'cMessagePrinter'? AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 116 C/C++ Problem
unknown type name 'cMessagePointerList'; did you mean 'cMessagePrinter'? AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 121 C/C++ Problem
unknown type name 'cMessagePointerList'; did you mean 'cMessagePrinter'? AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 131 C/C++ Problem
unknown type name 'cMessagePointerList'; did you mean 'cMessagePrinter'? AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 141 C/C++ Problem
unknown type name 'cMessagePointerList'; did you mean 'cMessagePrinter'? AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 146 C/C++ Problem
use of class template 'iterator' requires template arguments GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 264 C/C++ Problem
use of undeclared identifier 'pool' GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 263 C/C++ Problem
use of undeclared identifier 'pool' GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 264 C/C++ Problem
'~AccumulationGatewayBuffering' overrides a destructor but is not marked 'override' [-Winconsistent-missing-destructor-override] AccumulationGatewayBuffering.h /SignalsAndGateways/src/signalsandgateways/gateway/buffering line 50 C/C++ Problem
'~GatewayAggregationMessage_Base' overrides a destructor but is not marked 'override' [-Winconsistent-missing-destructor-override] GatewayAggregationMessage_m.h /SignalsAndGateways/src/signalsandgateways/gateway/messages line 88 C/C++ Problem
'~PoolMessage' overrides a destructor but is not marked 'override' [-Winconsistent-missing-destructor-override] PoolMessage_m.h /SignalsAndGateways/src/signalsandgateways/gateway/messages line 55 C/C++ Problem
'~UnitMessage' overrides a destructor but is not marked 'override' [-Winconsistent-missing-destructor-override] UnitMessage_m.h /SignalsAndGateways/src/signalsandgateways/gateway/messages line 58 C/C++ Problem
'
.bandName': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 53 NED Consistency Problem
'
.bandwidth': no such parameter NarrowbandRadioBase.ned /inet/src/inet/physicallayer/base/packetlevel line 31 NED Consistency Problem
'
.bitrate': no such parameter Ieee802154NarrowbandScalarRadio.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 36 NED Consistency Problem
'
.carrierFrequency': no such parameter NarrowbandRadioBase.ned /inet/src/inet/physicallayer/base/packetlevel line 30 NED Consistency Problem
'
.channelNumber': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 54 NED Consistency Problem
'
.energySourceModule': no such parameter IdealWirelessNic.ned /inet/src/inet/linklayer/ideal line 50 NED Consistency Problem
'.energySourceModule': no such parameter Ieee80211Nic.ned /inet/src/inet/linklayer/ieee80211 line 52 NED Consistency Problem
'
.energySourceModule': no such parameter Radio.ned /inet/src/inet/physicallayer/common/packetlevel line 70 NED Consistency Problem
'.energySourceModule': no such parameter WirelessNic.ned /inet/src/inet/linklayer/common line 33 NED Consistency Problem
'
.headerBitLength': no such parameter Ieee802154NarrowbandScalarRadio.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 42 NED Consistency Problem
'.interfaceTableModule': no such parameter EtherHost.ned /inet/src/inet/node/ethernet line 45 NED Consistency Problem
'
.interfaceTableModule': no such parameter EthernetInterface.ned /inet/src/inet/linklayer/ethernet line 46 NED Consistency Problem
'.interfaceTableModule': no such parameter SimpleNetworkLayer.ned /inet/src/inet/networklayer/common line 31 NED Consistency Problem
'
.interfaceTableModule': no such parameter WirelessNic.ned /inet/src/inet/linklayer/common line 32 NED Consistency Problem
'.mobilityModule': no such parameter NodeBase.ned /inet/src/inet/node/inet line 70 NED Consistency Problem
'
.mobilityModule': no such parameter TSNIPHost.ned /CoRE4INET/src/core4inet/nodes/inet line 125 NED Consistency Problem
'.opMode': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 52 NED Consistency Problem
'
.opMode': no such parameter Ieee80211ReceiverBase.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 39 NED Consistency Problem
'.rateControl.initialRate': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 178 NED Consistency Problem
'
.routingTableModule': no such parameter NodeBase.ned /inet/src/inet/node/inet line 68 NED Consistency Problem
'*.routingTableModule': no such parameter TSNIPHost.ned /CoRE4INET/src/core4inet/nodes/inet line 123 NED Consistency Problem
'
.arpType': no such parameter Synchronized.ned /inet/examples/wireless/synchronized line 31 NED Consistency Problem
'.bitrate': no such parameter Ieee80211Nic.ned /inet/src/inet/linklayer/ieee80211 line 50 NED Consistency Problem
'
.mgmt.numChannels': no such parameter Lan80211.ned /inet/examples/wireless/lan80211 line 31 NED Consistency Problem
'.mgmt.numChannels': no such parameter MIPv6Network.ned /inet/examples/mobileipv6 line 55 NED Consistency Problem
'
.mgmt.numChannels': no such parameter WirelessNetWithDHCP.ned /inet/examples/dhcp line 33 NED Consistency Problem
'.opMode': no such parameter Ieee80211Nic.ned /inet/src/inet/linklayer/ieee80211 line 49 NED Consistency Problem
'arp.respondToProxyARP': no such parameter IPv4NetworkLayer.ned /inet/src/inet/networklayer/ipv4 line 43 NED Consistency Problem
'arp.respondToProxyARP': no such parameter RTNetworkLayer.ned /CoRE4INET/src/core4inet/nodes/inet line 49 NED Consistency Problem
'backgroundNoise.dimensions': no such parameter Ieee802154NarrowbandScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 41 NED Consistency Problem
'backgroundNoise.dimensions': no such parameter Ieee802154UWBIRRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/bitlevel line 26 NED Consistency Problem
'backgroundNoise.power': no such parameter APSKLayeredDimensionalRadioMedium.ned /inet/src/inet/physicallayer/apskradio/bitlevel line 34 NED Consistency Problem
'backgroundNoise.power': no such parameter APSKLayeredScalarRadioMedium.ned /inet/src/inet/physicallayer/apskradio/bitlevel line 34 NED Consistency Problem
'backgroundNoise.power': no such parameter Ieee80211LayeredDimensionalRadioMedium.ned /inet/src/inet/physicallayer/ieee80211/bitlevel line 29 NED Consistency Problem
'backgroundNoise.power': no such parameter Ieee80211LayeredScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee80211/bitlevel line 29 NED Consistency Problem
'backgroundNoise.power': no such parameter Ieee80211RadioMedium.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 37 NED Consistency Problem
'backgroundNoise.power': no such parameter Ieee802154NarrowbandScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 40 NED Consistency Problem
'backgroundNoise.power': no such parameter Ieee802154UWBIRRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/bitlevel line 25 NED Consistency Problem
'handleMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] BaseGatewayRouter.h /SignalsAndGateways/src/signalsandgateways/gateway/routing line 91 C/C++ Problem
'initialize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] BaseGatewayRouter.h /SignalsAndGateways/src/signalsandgateways/gateway/routing line 87 C/C++ Problem
'mediumLimitCache.carrierFrequency': no such parameter APSKLayeredDimensionalRadioMedium.ned /inet/src/inet/physicallayer/apskradio/bitlevel line 35 NED Consistency Problem
'mediumLimitCache.carrierFrequency': no such parameter APSKLayeredScalarRadioMedium.ned /inet/src/inet/physicallayer/apskradio/bitlevel line 35 NED Consistency Problem
'mediumLimitCache.carrierFrequency': no such parameter Ieee80211LayeredDimensionalRadioMedium.ned /inet/src/inet/physicallayer/ieee80211/bitlevel line 30 NED Consistency Problem
'mediumLimitCache.carrierFrequency': no such parameter Ieee80211LayeredScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee80211/bitlevel line 30 NED Consistency Problem
'mediumLimitCache.carrierFrequency': no such parameter Ieee80211RadioMedium.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 38 NED Consistency Problem
'mediumLimitCache.carrierFrequency': no such parameter Ieee802154UWBIRRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/bitlevel line 27 NED Consistency Problem
'mediumLimitCache.minInterferencePower': no such parameter APSKLayeredDimensionalRadioMedium.ned /inet/src/inet/physicallayer/apskradio/bitlevel line 37 NED Consistency Problem
'mediumLimitCache.minInterferencePower': no such parameter APSKLayeredScalarRadioMedium.ned /inet/src/inet/physicallayer/apskradio/bitlevel line 37 NED Consistency Problem
'mediumLimitCache.minInterferencePower': no such parameter Ieee80211LayeredDimensionalRadioMedium.ned /inet/src/inet/physicallayer/ieee80211/bitlevel line 32 NED Consistency Problem
'mediumLimitCache.minInterferencePower': no such parameter Ieee80211LayeredScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee80211/bitlevel line 32 NED Consistency Problem
'mediumLimitCache.minInterferencePower': no such parameter Ieee80211RadioMedium.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 40 NED Consistency Problem
'mediumLimitCache.minInterferencePower': no such parameter Ieee802154UWBIRRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/bitlevel line 29 NED Consistency Problem
'mediumLimitCache.minReceptionPower': no such parameter APSKLayeredDimensionalRadioMedium.ned /inet/src/inet/physicallayer/apskradio/bitlevel line 36 NED Consistency Problem
'mediumLimitCache.minReceptionPower': no such parameter APSKLayeredScalarRadioMedium.ned /inet/src/inet/physicallayer/apskradio/bitlevel line 36 NED Consistency Problem
'mediumLimitCache.minReceptionPower': no such parameter Ieee80211LayeredDimensionalRadioMedium.ned /inet/src/inet/physicallayer/ieee80211/bitlevel line 31 NED Consistency Problem
'mediumLimitCache.minReceptionPower': no such parameter Ieee80211LayeredScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee80211/bitlevel line 31 NED Consistency Problem
'mediumLimitCache.minReceptionPower': no such parameter Ieee80211RadioMedium.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 39 NED Consistency Problem
'mediumLimitCache.minReceptionPower': no such parameter Ieee802154UWBIRRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/bitlevel line 28 NED Consistency Problem
'mgmt.encapDecap': no such parameter AggregationTest.ned /inet/examples/wireless/aggregationtest line 52 NED Consistency Problem
'mgmt.encapDecap': no such parameter WirelessAPWithSink.ned /inet/examples/wireless/throughput line 47 NED Consistency Problem
'networkLayer.configurator.networkConfiguratorModule': no such parameter DynamicRadioNetwork.ned /inet/examples/wireless/dynamic line 31 NED Consistency Problem
'networkLayer.configurator.networkConfiguratorModule': no such parameter Host.ned /inet/examples/adhoc/hostautoconf line 32 NED Consistency Problem
'networkLayer.configurator.networkConfiguratorModule': no such parameter multihomed.ned /inet/examples/sctp/cmttest line 35 NED Consistency Problem
'networkLayer.configurator.networkConfiguratorModule': no such parameter multihomed.ned /inet/examples/sctp/cmttest line 43 NED Consistency Problem
'networkLayer.configurator.networkConfiguratorModule': no such parameter multihomed.ned /inet/examples/sctp/cmttest line 51 NED Consistency Problem
'networkLayer.configurator.networkConfiguratorModule': no such parameter multihomed.ned /inet/examples/sctp/cmttest line 58 NED Consistency Problem
'networkLayer.mipv6support.isHomeAgent': no such parameter CorrespondentNode6.ned /inet/src/inet/node/xmipv6 line 34 NED Consistency Problem
'networkLayer.mipv6support.isHomeAgent': no such parameter HomeAgent6.ned /inet/src/inet/node/xmipv6 line 34 NED Consistency Problem
'networkLayer.mipv6support.isHomeAgent': no such parameter MobileHost6.ned /inet/src/inet/node/xmipv6 line 34 NED Consistency Problem
'networkLayer.mipv6support.isHomeAgent': no such parameter WirelessHost6.ned /inet/src/inet/node/xmipv6 line 43 NED Consistency Problem
'networkLayer.mipv6support.isMobileNode': no such parameter CorrespondentNode6.ned /inet/src/inet/node/xmipv6 line 33 NED Consistency Problem
'networkLayer.mipv6support.isMobileNode': no such parameter HomeAgent6.ned /inet/src/inet/node/xmipv6 line 33 NED Consistency Problem
'networkLayer.mipv6support.isMobileNode': no such parameter MobileHost6.ned /inet/src/inet/node/xmipv6 line 33 NED Consistency Problem
'networkLayer.mipv6support.isMobileNode': no such parameter WirelessHost6.ned /inet/src/inet/node/xmipv6 line 42 NED Consistency Problem
'networkLayer.proxyARP': no such parameter StandardHost.ned /inet/src/inet/node/inet line 63 NED Consistency Problem
'networkLayer.proxyARP': no such parameter TSNIPHost.ned /CoRE4INET/src/core4inet/nodes/inet line 99 NED Consistency Problem
'networkLayer.xMIPv6Support': no such parameter CorrespondentNode6.ned /inet/src/inet/node/xmipv6 line 32 NED Consistency Problem
'networkLayer.xMIPv6Support': no such parameter HomeAgent6.ned /inet/src/inet/node/xmipv6 line 32 NED Consistency Problem
'networkLayer.xMIPv6Support': no such parameter MobileHost6.ned /inet/src/inet/node/xmipv6 line 32 NED Consistency Problem
'networkLayer.xMIPv6Support': no such parameter WirelessHost6.ned /inet/src/inet/node/xmipv6 line 41 NED Consistency Problem
'pathLoss.alpha1': no such parameter Ieee802154NarrowbandScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 34 NED Consistency Problem
'pathLoss.alpha2': no such parameter Ieee802154NarrowbandScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 36 NED Consistency Problem
'pathLoss.breakpointDistance': no such parameter Ieee802154NarrowbandScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 32 NED Consistency Problem
'pathLoss.l01': no such parameter Ieee802154NarrowbandScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 33 NED Consistency Problem
'pathLoss.l02': no such parameter Ieee802154NarrowbandScalarRadioMedium.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 35 NED Consistency Problem
'receiver.energyDetection': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 50 NED Consistency Problem
'receiver.energyDetection': no such parameter Ieee802154NarrowbandScalarRadio.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 50 NED Consistency Problem
'receiver.minInterferencePower': no such parameter Ieee802154NarrowbandScalarRadio.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 62 NED Consistency Problem
'receiver.sensitivity': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 49 NED Consistency Problem
'receiver.sensitivity': no such parameter Ieee802154NarrowbandScalarRadio.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 57 NED Consistency Problem
'receiver.snirThreshold': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 51 NED Consistency Problem
'receiver.snirThreshold': no such parameter Ieee802154NarrowbandScalarRadio.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 66 NED Consistency Problem
'routingTable.routes': no such parameter Router6.ned /inet/src/inet/node/ipv6 line 36 NED Consistency Problem
'routingTable.routes': no such parameter StandardHost6.ned /inet/src/inet/node/ipv6 line 35 NED Consistency Problem
'transmitter.bitrate': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 46 NED Consistency Problem
'transmitter.headerBitLength': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 47 NED Consistency Problem
'transmitter.power': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 48 NED Consistency Problem
'transmitter.power': no such parameter Ieee802154NarrowbandScalarRadio.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 69 NED Consistency Problem
'transmitter.preambleDuration': no such parameter Ieee80211Radio.ned /inet/src/inet/physicallayer/ieee80211/packetlevel line 45 NED Consistency Problem
'transmitter.preambleDuration': no such parameter Ieee802154NarrowbandScalarRadio.ned /inet/src/inet/physicallayer/ieee802154/packetlevel line 47 NED Consistency Problem
'udpApp[0].destAddresses': no such parameter Synchronized.ned /inet/examples/wireless/synchronized line 50 NED Consistency Problem
'udpApp[0].destPort': no such parameter Synchronized.ned /inet/examples/wireless/synchronized line 52 NED Consistency Problem
'udpApp[0].joinLocalMulticastGroups': no such parameter Synchronized.ned /inet/examples/wireless/synchronized line 54 NED Consistency Problem
'udpApp[0].localPort': no such parameter Synchronized.ned /inet/examples/wireless/synchronized line 51 NED Consistency Problem
'udpApp[0].messageLength': no such parameter Synchronized.ned /inet/examples/wireless/synchronized line 53 NED Consistency Problem
'upperMac.aifsn0': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 184 NED Consistency Problem
'upperMac.aifsn1': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 185 NED Consistency Problem
'upperMac.aifsn2': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 186 NED Consistency Problem
'upperMac.aifsn3': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 187 NED Consistency Problem
'upperMac.cwMinMulticast': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 197 NED Consistency Problem
'upperMac.maxQueueSize': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 182 NED Consistency Problem
'upperMac.prioritizeMulticast': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 193 NED Consistency Problem
'upperMac.rtsThreshold': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 180 NED Consistency Problem
'upperMac.shortRetryLimit': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 181 NED Consistency Problem
'upperMac.slotTime': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 194 NED Consistency Problem
'upperMac.txopLimit0': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 188 NED Consistency Problem
'upperMac.txopLimit1': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 189 NED Consistency Problem
'upperMac.txopLimit2': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 190 NED Consistency Problem
'upperMac.txopLimit3': no such parameter Ieee80211Mac.ned /inet/src/inet/linklayer/ieee80211/mac line 191 NED Consistency Problem
expression result unused [-Wunused-value] GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 263 C/C++ Problem
format string is not a string literal (potentially insecure) [-Wformat-security] BaseGatewayRouter.cc /SignalsAndGateways/src/signalsandgateways/gateway/routing line 88 C/C++ Problem
format string is not a string literal (potentially insecure) [-Wformat-security] GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 372 C/C++ Problem
Invalid project path: Include path not found (/hdd/Projects/EmbedUR/Molex/Examples/Workspace/Omnetpp_5_7_WS/inet_3_6/inet-3.6.6-src/src). inet pathentry Path Entry Problem
macro name is a reserved identifier [-Wreserved-id-macro] GatewayAggregationMessage_m.h /SignalsAndGateways/src/signalsandgateways/gateway/messages line 6 C/C++ Problem
no previous extern declaration for non-static variable 'cMessagePointerList' [-Wmissing-variable-declarations] PoolMessage_m.h /SignalsAndGateways/src/signalsandgateways/gateway/messages line 24 C/C++ Problem
Unknown referenced nature: org.eclipse.xtext.ui.shared.xtextNature. .project /CoRE4INET Unknown Unknown nature
Unknown referenced nature: org.eclipse.xtext.ui.shared.xtextNature. .project /FiCo4OMNeT Unknown Unknown nature
Unknown referenced nature: org.eclipse.xtext.ui.shared.xtextNature. .project /SignalsAndGateways Unknown Unknown nature
'cMessagePointerList' declared here PoolMessage_m.h /SignalsAndGateways/src/signalsandgateways/gateway/messages line 24 C/C++ Problem
'cMessagePrinter' declared here SignalsAndGateways line 48, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/cmessageprinter.h C/C++ Problem
candidate function not viable: no known conversion from 'SignalsAndGateways::AccumulationGatewayBuffering' to 'const omnetpp::cComponent' for object argument SignalsAndGateways line 447, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/ccomponent.h C/C++ Problem
candidate function not viable: no known conversion from 'SignalsAndGateways::AccumulationGatewayBuffering' to 'const omnetpp::cComponent' for object argument SignalsAndGateways line 459, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/ccomponent.h C/C++ Problem
candidate function not viable: no known conversion from 'SignalsAndGateways::AccumulationGatewayBuffering' to 'omnetpp::cComponent' for object argument SignalsAndGateways line 441, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/ccomponent.h C/C++ Problem
candidate function not viable: no known conversion from 'SignalsAndGateways::AccumulationGatewayBuffering' to 'omnetpp::cComponent' for object argument SignalsAndGateways line 453, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/ccomponent.h C/C++ Problem
declare 'static' if the variable is not intended to be used outside of this translation unit PoolMessage_m.h /SignalsAndGateways/src/signalsandgateways/gateway/messages line 24 C/C++ Problem
declared private here SignalsAndGateways line 114, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/cownedobject.h C/C++ Problem
expanded from macro '__REGISTER_CLASS_X' SignalsAndGateways line 148, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/regmacros.h C/C++ Problem
expanded from macro '__REGISTER_CLASS' SignalsAndGateways line 144, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/regmacros.h C/C++ Problem
expanded from macro 'Define_Module' SignalsAndGateways line 132, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/regmacros.h C/C++ Problem
overridden virtual function is here SignalsAndGateways line 111, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/csimplemodule.h C/C++ Problem
overridden virtual function is here SignalsAndGateways line 121, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/cpacket.h C/C++ Problem
overridden virtual function is here SignalsAndGateways line 129, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/csimplemodule.h C/C++ Problem
overridden virtual function is here SignalsAndGateways line 238, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/ccomponent.h C/C++ Problem
passing argument to parameter 'component' here SignalsAndGateways line 734, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/cenvir.h C/C++ Problem
template is declared here SignalsAndGateways line 118, external location: /usr/include/c++/9/bits/stl_iterator_base_types.h C/C++ Problem
treat the string as an argument to avoid this BaseGatewayRouter.cc /SignalsAndGateways/src/signalsandgateways/gateway/routing line 88 C/C++ Problem
treat the string as an argument to avoid this GatewayTransformation.cc /SignalsAndGateways/src/signalsandgateways/gateway/transformation line 372 C/C++ Problem
unimplemented pure virtual method 'getScoreFor' in 'cMessagePrinter' SignalsAndGateways line 77, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/cmessageprinter.h C/C++ Problem
unimplemented pure virtual method 'printMessage' in 'cMessagePrinter' SignalsAndGateways line 110, external location: /hdd/Projects/EmbedUR/Molex/Software/omnetpp-5.7-linux-x86_64/omnetpp-5.7/include/omnetpp/cmessageprinter.h C/C++ Problem

Envirnoment:

inet : https://github.com/inet-framework/inet/releases/tag/v3.6.6
OMNeT++ 5.5.1 https://omnetpp.org/download/

Rgds
Chandra

CAN<->Ethernet ANDL error

Hello
I have a problem to make the ANDL when I set CAN<->Ethernet as below.
image
image

I saw this SignalAndGateways can support CAN<->Ethernet communication.
So, my question is what should I wrote in the ANDL to make CAN<->Ethernet communication possible.

Thanks for your help

Minji

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.