Fix Subscribers/Publishers(SomeIP)

  • make sure that the value published to/(read from) your middleware is read from/(written to) the Port the SomeIPConnectionSymbol is attached to
  • Subscriber
    • use variable port name instead of someIPIn(from here)
    • it must be possible to write to more than one port, since a SomeIPConnectionSymbol could be added to each incomming Port. You might need to create multiple callback methods in the Adapter.
  • Publisher
    • use variable port name instead of someIPOut(from here). You will need to generate multiple publish methods.