DefaultSystemSubsystem Class Reference
This is a concrete Subsystem that is part of every System.
More...
#include <Subsystem.h>
List of all members.
Detailed Description
This is a concrete Subsystem that is part of every System.
It provides a variety of services for the System, such as maintaining lists of event handlers and reporters, and acting as a source of globally unique event IDs. To obtain the default subsystem for a System, call getDefaultSubsystem() or updDefaultSubsystem() on it.
Constructor & Destructor Documentation
Member Function Documentation
EventId createEventId |
( |
SubsystemIndex |
subsys, |
|
|
const State & |
state | |
|
) |
| | const |
void findSubsystemEventIds |
( |
SubsystemIndex |
subsys, |
|
|
const State & |
state, |
|
|
const Array_< EventId > & |
allEvents, |
|
|
Array_< EventId > & |
eventsForSubsystem | |
|
) |
| | const |
The documentation for this class was generated from the following file: