Skip to content
Snippets Groups Projects
Commit df0d29ee authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Small documentation update.

parent d99cfde7
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,11 @@ computation of signal values, which is a critical point for real-time systems\n ...@@ -40,6 +40,11 @@ computation of signal values, which is a critical point for real-time systems\n
See \ref scriptingabout See \ref scriptingabout
\section overview Code overview \section overview Code overview
This code implements the factory design pattern, making creation of entities
(as C++ classes) available to packages depending on the dynamic-graph API.
For more information on this package's code or how to develop your own entities,
see \ref usecase.
\section entities List of entities in this package \section entities List of entities in this package
Since most of the functionality in projects using the dynamic-graph framework Since most of the functionality in projects using the dynamic-graph framework
...@@ -86,9 +91,6 @@ class an existing entity. ...@@ -86,9 +91,6 @@ class an existing entity.
\section usecase How to use this package \section usecase How to use this package
1) Programmatically\n 1) Programmatically\n
This code implements the factory design pattern, making creation of entities
available to packages depending on the dynamic-graph API.
Objects, which are derived from Entities (base class dynamicgraph::Entity), can be Objects, which are derived from Entities (base class dynamicgraph::Entity), can be
declared within the code and compiled to shared libraries (.so/.dll files). declared within the code and compiled to shared libraries (.so/.dll files).
These libraries can be loaded at run-time using the PluginLoader methods, These libraries can be loaded at run-time using the PluginLoader methods,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment