#include <>>
Initializer/finalizer for the TransformAspect.
- Author
- Tim Niemueller
Definition at line 40 of file tf.h.
◆ TransformAspectIniFin()
Constructor.
- Parameters
-
blackboard | blackboard instance to pass to threads |
transformer | system-wide shared transformer to pass to threads |
Definition at line 48 of file tf.cpp.
◆ finalize()
void fawkes::TransformAspectIniFin::finalize |
( |
Thread * |
thread | ) |
|
|
virtual |
Finalize thread. The aspect for the given thread must be initialized. Use dynamic_cast to cast the thread into the expected aspect class. An exception must be thrown if this fails. If anything fails during initialization of the aspect an Exception must be thrown. This will not prevent the thread from being removed. Use prepare_finalize() to report problems that should prevent the thread from being unloaded.
- Parameters
-
Implements fawkes::AspectIniFin.
Definition at line 71 of file tf.cpp.
◆ init()
void fawkes::TransformAspectIniFin::init |
( |
Thread * |
thread | ) |
|
|
virtual |
Initialize thread. The aspect for the given thread must be initialized. Use dynamic_cast to cast the thread into the expected aspect class. An exception must be thrown if this fails. If anything fails during initialization of the aspect an Exception must be thrown.
- Parameters
-
thread | thread to initialize |
Implements fawkes::AspectIniFin.
Definition at line 56 of file tf.cpp.
The documentation for this class was generated from the following files:
- src/libs/aspect/inifins/tf.h
- src/libs/aspect/inifins/tf.cpp