Tuesday, 9 February 2010

Plugins in C++

I am looking forward to write a software that defines a plugin interface.
The main functionality will be defined by each interface definition.

Afterwards I would like to configurate the software by XML files. Then by the entries of the XML file, a specified plugin will be used to process the data.

By this way it is possible to create a modular system.
I would like to define different filter interface (I call the plugins filter, because data will be processed) for the different tasks that will be needed.

No comments:

Post a Comment