|
Aspects |
| PointcutLibrary |
| |
This aspect contains pointcut definitions that are used by other aspects in the group
|
| BaseParameter |
| |
Inserts code that initializes the parameter database
|
| GetParameter |
| |
Inserts function calls that replaces member variables where the value of the variable is not updated
|
| SetParameter |
| |
Inserts function calls that replaces member variables where the value of the variable is updated
|
| ParameterDatabaseByPointer |
| |
Sample aspect program that modifies the component to access all its parameters from
a parameter database by pointer
|