1

I want to create an ecu extract. For that im using artop sdk. I need to know how to create an arxml file and how to add ARPackage in it using TransactionaleditingDomain?

Sukanya
  • 31
  • 2

1 Answers1

2

You can find a simple example at https://github.com/itemis/webinar-artop Note that you do not need a TransactionalEditingDomain when you just want to create something like a command line tool and not an interactive editing tool.