Skip to content

Mechanism for loading custom resources.

Jens Noerby Kristensen requested to merge pterodaqtyl into develop

Allows for loading any object inheriting from the blank Resource interface, to be loaded into DAQling. This can be used to allow modules access to a shared instance of an object, without it having to be a singleton. This means that There can be several different instances of the Resource, with easy control over which module accesses which instances.

Edited by Jens Noerby Kristensen

Merge request reports