Venkatesh Prasanna
Venkatesh Prasanna

Reputation: 1

File structure for Autosar SWC

Is there any option through which Davinci tool can generate multiple .c files for a single SWC. Since I am planning to split the functionalities of my SWC.

Upvotes: 0

Views: 309

Answers (1)

vpush
vpush

Reputation: 11

You would need to decompose the existing component first and distribute the functionality in to different runnables and atomic SWCs. For Davinci only one file is generated per SWC.

Upvotes: 1

Related Questions