mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -1647,7 +1647,7 @@ in the correct processing order.</p>
|
||||
|
||||
<ul>
|
||||
<li>_DATABASE object: The core of the MOOSE objects. Any object that is created, deleted or updated, is done in this database.</li>
|
||||
<li>SET_ derived classes: These are subsets of the _DATABASE object. These subsets are updated by the _EVENTDISPATCHER as the second priority.</li>
|
||||
<li>SET_ derived classes: These are subsets of the global _DATABASE object (an instance of <a href="Core.Database.html##(DATABASE)">Core.Database#DATABASE</a>). These subsets are updated by the _EVENTDISPATCHER as the second priority.</li>
|
||||
<li>UNIT objects: UNIT objects can subscribe to DCS events. Each DCS event will be directly published to the subscribed UNIT object.</li>
|
||||
<li>GROUP objects: GROUP objects can subscribe to DCS events. Each DCS event will be directly published to the subscribed GROUP object.</li>
|
||||
<li>Any other object: Various other objects can subscribe to DCS events. Each DCS event triggered will be published to each subscribed object.</li>
|
||||
@@ -1665,7 +1665,7 @@ in the correct processing order.</p>
|
||||
|
||||
<p><img src="..\Presentations\EVENT\Dia8.JPG" alt="Objects"/></p>
|
||||
|
||||
<p>The actual event subscribing and handling is not facilitated through the _EVENTDISPATCHER, but it is done through the <a href="BASE.html">BASE</a> class, <a href="UNIT.html">UNIT</a> class and <a href="GROUP.html">GROUP</a> class.
|
||||
<p>The actual event subscribing and handling is not facilitated through the _EVENTDISPATCHER, but it is done through the <a href="Core.Base.html##(BASE)">Core.Base#BASE</a> class, <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> class and <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> class.
|
||||
The _EVENTDISPATCHER is a component that is quietly working in the background of MOOSE.</p>
|
||||
|
||||
<p><img src="..\Presentations\EVENT\Dia9.JPG" alt="Objects"/></p>
|
||||
|
||||
Reference in New Issue
Block a user