ChimeraTK / ControlSystemAdapter

An adapter layer which allows to use control applications with different control system software environments.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

feat: add ApplicationFactory #77

Closed killenb closed 1 year ago

killenb commented 1 year ago

By using the factory, the application is only created on the first call of getApplicationInstance(). In contrast, the constructor of a static application is run before any code can be executed, which is too early in some cases.

mhier commented 1 year ago

Typo in commit message:

chore: increase minore version

minore -> minor

Anyway, I recommend to squash all commits into a single one titled "feat: add ApplicationFactory".