Skip to content

improved runSimpleComponentApp

Raphael Grimm requested to merge ImprovedRunSimpleComponentApp into master

now runSimpleComponentApp should not generate errors wehen compiled with c++03. runSimpleComponentApp now takes optional parameters passed to the create component call and a new template parameter for the application type. (it should derive from armarx::Application)

Merge request reports