Emmanuel BENOîT
68a337ec6a
A component with "drivers" will initialise/start its drivers after it is initialised/started itself. It will also stop/destroy non-driver reverse dependencies before stopping/destroying its drivers.
14 lines
No EOL
490 B
Text
14 lines
No EOL
490 B
Text
To Do:
|
|
* Test for ComponentState.{init,destroy} and driver-related stuff
|
|
* Registry tests
|
|
* Registry doc
|
|
* General usage documentation
|
|
* Uncouple component-provided names from the library
|
|
* Automatically-updated singletons
|
|
* Registry: get all component states
|
|
* Document exceptions
|
|
|
|
Other ideas (maybe later if needed):
|
|
* Unregistering components
|
|
* Hierarchy of registries
|
|
* Driver-related helpers (e.g. determine type of driver components, register/unregister drivers with main) |